Class DataListFactoryImpl<T extends DataListEntry>

java.lang.Object
org.apache.empire.data.list.DataListFactoryImpl<T>
All Implemented Interfaces:
DataListFactory<T>

public class DataListFactoryImpl<T extends DataListEntry> extends Object implements DataListFactory<T>
DataListFactoryImpl Implements the DataListFactory
Author:
rainer
  • Field Details

  • Constructor Details

    • DataListFactoryImpl

      public DataListFactoryImpl(Constructor<T> constructor, DataListHead head)
      Constructs a DataListFactoryImpl based on a DateListEntry constructor and a DataListHead
      Parameters:
      constructor - the DataListEntry constructor
      head - the listHead object
    • DataListFactoryImpl

      public DataListFactoryImpl(Class<T> listEntryClass, DataListHead head)
      Constructs a DataListFactoryImpl based on a DateListEntry class and a DataListHead
      Parameters:
      listEntryClass - the class of the DataListEntry
      head - the listHead object
  • Method Details