public class LazyItemsSelectionListener extends AbstractPageControllerSelectionListener<PageableController>
SelectionListener
implementation used to load data with lazy mode :
when an item (TableItem, TreeItem, etc) is selected and must load next page.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LAST_ITEM_LOADED |
Constructor and Description |
---|
LazyItemsSelectionListener()
Constructor with none pagination controller.
|
LazyItemsSelectionListener(PageableController controller)
Constructor with pagination controller.
|
Modifier and Type | Method and Description |
---|---|
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent e) |
getController
public static final java.lang.String LAST_ITEM_LOADED
public LazyItemsSelectionListener()
controller
- public LazyItemsSelectionListener(PageableController controller)
controller
-