Uses of Class
com.dlsc.gemsfx.paging.PagingListView
Packages that use PagingListView
Package
Description
Provides paging controls and support classes for loading and displaying data page by page.
Provides the skin implementations for the GemsFX controls.
-
Uses of PagingListView in com.dlsc.gemsfx.paging
Subclasses of PagingListView in com.dlsc.gemsfx.pagingModifier and TypeClassDescriptionclassA simple version of the paging list view that is completely based on a list of items, just like a normal list view would be. -
Uses of PagingListView in com.dlsc.gemsfx.skins
Subclasses with type arguments of type PagingListView in com.dlsc.gemsfx.skinsConstructors in com.dlsc.gemsfx.skins with parameters of type PagingListViewModifierConstructorDescriptionInnerListViewSkin(javafx.scene.control.ListView<T> control, PagingListView<T> pagingListView) Creates a skin for the inner list view used by the given paging list view.PagingListViewSkin(PagingListView<T> pagingListView) Creates a skin for the given paging list view.