Uses of Interface
org.teamapps.ux.component.infiniteitemview.InfiniteItemViewModel
-
Packages that use InfiniteItemViewModel Package Description org.teamapps.ux.application.model org.teamapps.ux.component.infiniteitemview -
-
Uses of InfiniteItemViewModel in org.teamapps.ux.application.model
Methods in org.teamapps.ux.application.model that return InfiniteItemViewModel Modifier and Type Method Description InfiniteItemViewModel<RECORD>AbstractPerspectiveDataModel. getInfiniteItemViewModel()InfiniteItemViewModel<ENTITY>PerspectiveDataModel. getInfiniteItemViewModel() -
Uses of InfiniteItemViewModel in org.teamapps.ux.component.infiniteitemview
Classes in org.teamapps.ux.component.infiniteitemview that implement InfiniteItemViewModel Modifier and Type Class Description classAbstractInfiniteItemViewModel<RECORD>classListInfiniteItemViewModel<RECORD>Methods in org.teamapps.ux.component.infiniteitemview that return InfiniteItemViewModel Modifier and Type Method Description InfiniteItemViewModel<RECORD>InfiniteItemView. getModel()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type InfiniteItemViewModel Modifier and Type Method Description InfiniteItemView<RECORD>InfiniteItemView. setModel(InfiniteItemViewModel<RECORD> model)
-