Uses of Interface
org.teamapps.ux.component.infiniteitemview.InfiniteListModel
| Package | Description |
|---|---|
| org.teamapps.ux.component.infiniteitemview | |
| org.teamapps.ux.component.table |
-
Uses of InfiniteListModel in org.teamapps.ux.component.infiniteitemview
Classes in org.teamapps.ux.component.infiniteitemview with type parameters of type InfiniteListModel Modifier and Type Class Description classAbstractInfiniteListComponent<RECORD,MODEL extends InfiniteListModel<RECORD>>Subinterfaces of InfiniteListModel in org.teamapps.ux.component.infiniteitemview Modifier and Type Interface Description interfaceInfiniteItemViewModel<RECORD>Classes in org.teamapps.ux.component.infiniteitemview that implement InfiniteListModel Modifier and Type Class Description classAbstractInfiniteItemViewModel<RECORD>classListInfiniteItemViewModel<RECORD> -
Uses of InfiniteListModel in org.teamapps.ux.component.table
Subinterfaces of InfiniteListModel in org.teamapps.ux.component.table Modifier and Type Interface Description interfaceTableModel<RECORD>Classes in org.teamapps.ux.component.table that implement InfiniteListModel Modifier and Type Class Description classAbstractTableModel<RECORD>classListTableModel<RECORD>