Uses of Class
com.dlsc.gemsfx.paging.PagingControlBase
Packages that use PagingControlBase
-
Uses of PagingControlBase in com.dlsc.gemsfx.paging
Subclasses of PagingControlBase in com.dlsc.gemsfx.pagingModifier and TypeClassDescriptionclassThe abstract superclass forPagingListViewandPagingGridTableView.classA control for navigating paged information, for example, a paged database table view.classThePagingGridTableViewclass 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.