Uses of Class
org.eclipse.nebula.widgets.pagination.AbstractPageControllerSelectionListener
| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.pagination | |
| org.eclipse.nebula.widgets.pagination.table | |
| org.eclipse.nebula.widgets.pagination.tree |
-
Uses of AbstractPageControllerSelectionListener in org.eclipse.nebula.widgets.pagination
Subclasses of AbstractPageControllerSelectionListener in org.eclipse.nebula.widgets.pagination Modifier and Type Class Description classAbstractSortColumnSelectionListenerAbstract class to sort a widget (table tree etc...) column by using the attached pagination controller of the SWT parent (table tree...).classLazyItemsSelectionListenerSelectionListenerimplementation used to load data with lazy mode : when an item (TableItem, TreeItem, etc) is selected and must load next page. -
Uses of AbstractPageControllerSelectionListener in org.eclipse.nebula.widgets.pagination.table
Subclasses of AbstractPageControllerSelectionListener in org.eclipse.nebula.widgets.pagination.table Modifier and Type Class Description classSortTableColumnSelectionListenerSelectionListenerimplementation to sort a table column by using the attached pagination controller of the SWTTable. -
Uses of AbstractPageControllerSelectionListener in org.eclipse.nebula.widgets.pagination.tree
Subclasses of AbstractPageControllerSelectionListener in org.eclipse.nebula.widgets.pagination.tree Modifier and Type Class Description classSortTreeColumnSelectionListenerSelectionListenerimplementation to sort a tree column by using the attached pagination controller of the SWTTree.