Class GridExWidgetSelectEvent
java.lang.Object
org.dwcj.bbjplugins.gridexwidget.events.GridExWidgetSelectEvent
- All Implemented Interfaces:
ControlEvent
-
Constructor Summary
ConstructorsConstructorDescriptionGridExWidgetSelectEvent(GridExWidget theGrid, com.basiscomponents.db.ResultSet selection) GridExWidgetSelectEvent(GridExWidget theGrid, String eventString) -
Method Summary
Modifier and TypeMethodDescriptionobtain a reference to the control that triggered the eventcom.basiscomponents.db.ResultSetreturn the selection that is made effective by the user action that triggered the event
-
Constructor Details
-
GridExWidgetSelectEvent
-
GridExWidgetSelectEvent
-
-
Method Details
-
getControl
Description copied from interface:ControlEventobtain a reference to the control that triggered the event- Specified by:
getControlin interfaceControlEvent- 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
-