Package com.dlsc.gemsfx.paging


package com.dlsc.gemsfx.paging
  • Class
    Description
    The abstract superclass for PagingListView and PagingGridTableView.
    A service that performs the actual loading of items for a paging control such as the PagingListView or the PagingGridTableView.
    Abstract base class for paging controls, providing common pagination properties and behaviour.
    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.
    The PagingGridTableView class 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.
    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.