Class AbstractPageControllerSelectionListener<T extends PageableController>
java.lang.Object
org.eclipse.swt.events.SelectionAdapter
org.eclipse.nebula.widgets.pagination.AbstractPageControllerSelectionListener<T>
- Type Parameters:
T
- pagination controller.
- All Implemented Interfaces:
java.util.EventListener
,org.eclipse.swt.events.SelectionListener
,org.eclipse.swt.internal.SWTEventListener
- Direct Known Subclasses:
AbstractSortColumnSelectionListener
,LazyItemsSelectionListener
public class AbstractPageControllerSelectionListener<T extends PageableController>
extends org.eclipse.swt.events.SelectionAdapter
Abstract class
SelectionListener
implementation for Widget
which needs update pagination controller.-
Constructor Summary
Constructors Constructor Description AbstractPageControllerSelectionListener()
Constructor with none pagination controller.AbstractPageControllerSelectionListener(T controller)
Constructor with pagination controller. -
Method Summary
Modifier and Type Method Description T
getController(org.eclipse.swt.widgets.Widget widget)
Returns the attached pagination controller of the given widget.
-
Constructor Details
-
AbstractPageControllerSelectionListener
public AbstractPageControllerSelectionListener()Constructor with none pagination controller.- Parameters:
controller
-
-
AbstractPageControllerSelectionListener
Constructor with pagination controller.- Parameters:
controller
-
-
-
Method Details
-
getController
Returns the attached pagination controller of the given widget.- Parameters:
widget
-- Returns:
-