Package org.teamapps.application.tools
Klasse EntityListModelBuilder<ENTITY extends org.teamapps.universaldb.pojo.Entity<ENTITY>>
java.lang.Object
org.teamapps.application.tools.RecordModelBuilder<ENTITY>
org.teamapps.application.tools.RecordListModelBuilder<ENTITY>
org.teamapps.application.tools.EntityListModelBuilder<ENTITY>
public class EntityListModelBuilder<ENTITY extends org.teamapps.universaldb.pojo.Entity<ENTITY>>
extends RecordListModelBuilder<ENTITY>
-
Feldübersicht
Von Klasse geerbte Felder org.teamapps.application.tools.RecordModelBuilder
onDataChanged -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEntityListModelBuilder(ApplicationInstanceData applicationInstanceData) EntityListModelBuilder(ApplicationInstanceData applicationInstanceData, Function<ENTITY, String> entityStringFunction) EntityListModelBuilder(ApplicationInstanceData applicationInstanceData, Function<ENTITY, String> entityStringFunction, Function<ENTITY, Long> entityDateInMillisFunction) -
Methodenübersicht
Von Klasse geerbte Methoden org.teamapps.application.tools.RecordListModelBuilder
addRecord, addRecords, getRecords, queryRecords, removeRecord, removeRecords, setRecordDateInMillisFunction, setRecords, setRecordStringFunctionVon Klasse geerbte Methoden org.teamapps.application.tools.RecordModelBuilder
attachSearchField, attachSearchField, attachViewCountHandler, attachViewCountHandler, createInfiniteItemViewModel, createItemView2, createListTable, createSearchField, createTable, createTableModel, createTemplateFieldTableList, createTimeGraph, createTimeGraph, createTimeGraphModel, createTree, createTreeModel, getApplicationInstanceData, getCustomFieldSorter, getCustomFullTextFilter, getOnSelectionEvent, getSelectedRecord, getSelectedRecordBindableValue, getSortField, isSortAscending, removeCustomFieldSorter, removeCustomFilter, removeFullTextQuery, removeSorting, removeTimeIntervalFilter, selectNextRecord, selectPreviousRecord, setCustomFieldSorter, setCustomFilter, setCustomFullTextFilter, setFullTextQuery, setSelectedRecord, setSorting, setTimeIntervalFilter, setTimeIntervalFilter, updateModels, updateTimeGraphRecordTimeFunction
-
Konstruktordetails
-
EntityListModelBuilder
-
EntityListModelBuilder
public EntityListModelBuilder(ApplicationInstanceData applicationInstanceData, Function<ENTITY, String> entityStringFunction) -
EntityListModelBuilder
-