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.

    Methods inherited from class org.eclipse.swt.events.SelectionAdapter

    widgetDefaultSelected, widgetSelected

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getController

      public T getController​(org.eclipse.swt.widgets.Widget widget)
      Returns the attached pagination controller of the given widget.
      Parameters:
      widget -
      Returns: