Uses of Class
com.dlsc.gemsfx.paging.PagingGridTableView
Packages that use PagingGridTableView
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 PagingGridTableView in com.dlsc.gemsfx.paging
Subclasses of PagingGridTableView in com.dlsc.gemsfx.pagingModifier and TypeClassDescriptionclassA simple version of the paging grid table view that is completely based on a list of items, just like a normal table view would be. -
Uses of PagingGridTableView in com.dlsc.gemsfx.skins
Subclasses with type arguments of type PagingGridTableView in com.dlsc.gemsfx.skinsConstructors in com.dlsc.gemsfx.skins with parameters of type PagingGridTableViewModifierConstructorDescriptionPagingGridTableViewSkin(PagingGridTableView<T> pagingGridTableView) Creates a skin for the given paging grid table view.