Class LazyItemsSelectionListener

java.lang.Object
org.eclipse.swt.events.SelectionAdapter
org.eclipse.nebula.widgets.pagination.AbstractPageControllerSelectionListener<PageableController>
org.eclipse.nebula.widgets.pagination.LazyItemsSelectionListener
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener

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.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String LAST_ITEM_LOADED  
  • Constructor Summary

    Constructors 
    Constructor Description
    LazyItemsSelectionListener()
    Constructor with none pagination controller.
    LazyItemsSelectionListener​(PageableController controller)
    Constructor with pagination controller.
  • Method Summary

    Modifier and Type Method Description
    void widgetSelected​(org.eclipse.swt.events.SelectionEvent e)  

    Methods inherited from class org.eclipse.nebula.widgets.pagination.AbstractPageControllerSelectionListener

    getController

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

    widgetDefaultSelected

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • widgetSelected

      public void widgetSelected​(org.eclipse.swt.events.SelectionEvent e)
      Specified by:
      widgetSelected in interface org.eclipse.swt.events.SelectionListener
      Overrides:
      widgetSelected in class org.eclipse.swt.events.SelectionAdapter