Package com.dlsc.gemsfx.paging
package com.dlsc.gemsfx.paging
-
ClassDescriptionThe abstract superclass for
PagingListViewandPagingGridTableView.A service that performs the actual loading of items for a paging control such as thePagingListViewor thePagingGridTableView.An enum listing the different ways the control will display or not display controls to quickly go to the first or the last page.A list of possible strategies for showing / hiding the message label.A control for navigating paged information, for example, a paged database table view.ThePagingGridTableViewclass is a control that combines a grid table with paging capabilities.PagingListView is a custom control that extends the functionality of a standard ListView to include paging capabilities.The input parameter for the loader callback of paging controls.Constructs a new load response containing the items to show for the requested page and the total item count.SimpleLoader<T>A paging loader implementation that can be used in combination with a paging list view or a paging grid table view.A 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.A simple version of the paging list view that is completely based on a list of items, just like a normal list view would be.