Class GridExWidgetSelectEvent

java.lang.Object
org.dwcj.bbjplugins.gridexwidget.events.GridExWidgetSelectEvent
All Implemented Interfaces:
ControlEvent

public final class GridExWidgetSelectEvent extends Object implements ControlEvent
  • Constructor Details

    • GridExWidgetSelectEvent

      public GridExWidgetSelectEvent(GridExWidget theGrid, String eventString)
    • GridExWidgetSelectEvent

      public GridExWidgetSelectEvent(GridExWidget theGrid, com.basiscomponents.db.ResultSet selection)
  • Method Details

    • getControl

      public AbstractDwcControl getControl()
      Description copied from interface: ControlEvent
      obtain a reference to the control that triggered the event
      Specified by:
      getControl in interface ControlEvent
      Returns:
      the control that triggered the event
    • getSelection

      public com.basiscomponents.db.ResultSet getSelection()
      return the selection that is made effective by the user action that triggered the event
      Returns:
      the selected row(s) / records