Uses of Class
org.teamapps.ux.component.infiniteitemview.RecordsChangedEvent
Packages that use RecordsChangedEvent
-
Uses of RecordsChangedEvent in org.teamapps.ux.component.infiniteitemview
Fields in org.teamapps.ux.component.infiniteitemview with type parameters of type RecordsChangedEventModifier and TypeFieldDescriptionfinal Event<RecordsChangedEvent<RECORD>> AbstractInfiniteItemViewModel.onRecordsChangedMethods in org.teamapps.ux.component.infiniteitemview that return types with arguments of type RecordsChangedEventModifier and TypeMethodDescriptionAbstractInfiniteItemViewModel.onRecordsChanged()InfiniteListModel.onRecordsChanged()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type RecordsChangedEventModifier and TypeMethodDescriptionprotected 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 RecordsChangedEventModifier and TypeFieldDescriptionfinal Event<RecordsChangedEvent<RECORD>> AbstractTableModel.onRecordUpdatedMethods in org.teamapps.ux.component.table that return types with arguments of type RecordsChangedEventMethods in org.teamapps.ux.component.table with parameters of type RecordsChangedEventModifier and TypeMethodDescriptionprotected voidTable.handleModelRecordsChanged(RecordsChangedEvent<RECORD> changeEvent)