Uses of Class
org.teamapps.ux.component.infiniteitemview.RecordsAddedEvent
-
Packages that use RecordsAddedEvent Package Description org.teamapps.ux.component.infiniteitemview org.teamapps.ux.component.table -
-
Uses of RecordsAddedEvent in org.teamapps.ux.component.infiniteitemview
Fields in org.teamapps.ux.component.infiniteitemview with type parameters of type RecordsAddedEvent Modifier and Type Field Description Event<RecordsAddedEvent<RECORD>>AbstractInfiniteItemViewModel. onRecordsAddedMethods in org.teamapps.ux.component.infiniteitemview that return types with arguments of type RecordsAddedEvent Modifier and Type Method Description Event<RecordsAddedEvent<RECORD>>AbstractInfiniteItemViewModel. onRecordsAdded()Event<RecordsAddedEvent<RECORD>>InfiniteListModel. onRecordsAdded()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type RecordsAddedEvent Modifier and Type Method Description protected voidAbstractInfiniteListComponent. handleModelRecordsAdded(RecordsAddedEvent<RECORD> changeEvent) -
Uses of RecordsAddedEvent in org.teamapps.ux.component.table
Fields in org.teamapps.ux.component.table with type parameters of type RecordsAddedEvent Modifier and Type Field Description Event<RecordsAddedEvent<RECORD>>AbstractTableModel. onRecordAddedMethods in org.teamapps.ux.component.table that return types with arguments of type RecordsAddedEvent Modifier and Type Method Description Event<RecordsAddedEvent<RECORD>>AbstractTableModel. onRecordsAdded()
-