Uses of Class
org.teamapps.ux.component.infiniteitemview.RecordsChangedEvent
-
Packages that use RecordsChangedEvent Package Description org.teamapps.ux.component.infiniteitemview org.teamapps.ux.component.table -
-
Uses of RecordsChangedEvent in org.teamapps.ux.component.infiniteitemview
Fields in org.teamapps.ux.component.infiniteitemview with type parameters of type RecordsChangedEvent Modifier and Type Field Description Event<RecordsChangedEvent<RECORD>>AbstractInfiniteItemViewModel. onRecordsChangedMethods in org.teamapps.ux.component.infiniteitemview that return types with arguments of type RecordsChangedEvent Modifier and Type Method Description Event<RecordsChangedEvent<RECORD>>AbstractInfiniteItemViewModel. onRecordsChanged()Event<RecordsChangedEvent<RECORD>>InfiniteListModel. onRecordsChanged()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type RecordsChangedEvent Modifier and Type Method Description protected voidAbstractInfiniteListComponent. handleModelRecordsChanged(RecordsChangedEvent<RECORD> changeEvent) -
Uses of RecordsChangedEvent in org.teamapps.ux.component.table
Fields in org.teamapps.ux.component.table with type parameters of type RecordsChangedEvent Modifier and Type Field Description Event<RecordsChangedEvent<RECORD>>AbstractTableModel. onRecordUpdatedMethods in org.teamapps.ux.component.table that return types with arguments of type RecordsChangedEvent Modifier and Type Method Description Event<RecordsChangedEvent<RECORD>>AbstractTableModel. onRecordsChanged()Methods in org.teamapps.ux.component.table with parameters of type RecordsChangedEvent Modifier and Type Method Description protected voidTable. handleModelRecordsChanged(RecordsChangedEvent<RECORD> changeEvent)
-