Interface IListFactory

All Superinterfaces:
ITypedWrapperFactory
All Known Implementing Classes:
DefaultListFactory

public interface IListFactory extends ITypedWrapperFactory
  • Method Details

    • createList

      ITypedList createList(IPObject pobject, IListType prototype, boolean readOnly, List data)
      Creates the instance of ITypedList, which wraps the given collection (and possibly implements some model specific interface).
      Parameters:
      pobject -
      prototype -
      readOnly -
      data -
      Returns:
      typed list instance
      Since:
      3.1.2