Uses of Class
com.dlsc.gemsfx.paging.ItemPagingControlBase
Packages that use ItemPagingControlBase
-
Uses of ItemPagingControlBase in com.dlsc.gemsfx.paging
Subclasses of ItemPagingControlBase in com.dlsc.gemsfx.pagingModifier and TypeClassDescriptionclassThePagingGridTableViewclass is a control that combines a grid table with paging capabilities.classPagingListView is a custom control that extends the functionality of a standard ListView to include paging capabilities.classA 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.classA simple version of the paging list view that is completely based on a list of items, just like a normal list view would be.Constructors in com.dlsc.gemsfx.paging with parameters of type ItemPagingControlBaseModifierConstructorDescriptionSimpleLoader(ItemPagingControlBase<T> control, javafx.beans.property.ListProperty<T> data) Constructs a new simple loader for the given list view and the given data.