BBjGridRowSelectionChangedEvent
Description
In BBj 19.20 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_ROW_SELECTION_CHANGE event.
Methods of BBjGridRowSelectionChangedEvent
|
Return Value |
Method |
|---|---|
|
int |
Methods of BBjGridRowSelectionChangedEvent implemented for BBjGridEvent
| Return Value | Method |
|---|---|
| BBjDataAwareGrid | getDataAwareGrid() |
| BBjDataBoundGrid | getDataBoundGrid() |
| BBjStandardGrid | getStandardGrid() |
Methods of BBjGridRowSelectionChangedEvent inherited from BBjGridCellEvent
| Return Value | Method |
|---|---|
| java.awt.Rectangle | getCellBounds() |
| int | getColumn() |
| string | getOriginalText() |
| int | getRow() |
Methods of BBjGridRowSelectionChangedEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
| BBjControl | getControl() |
Methods of BBjGridRowSelectionChangedEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
| string | getEventName() |
| string | getEventString() |
Remarks
This event triggers when the row is selected or deselected, and only works when the selection mode is set to GRID_SELECT_COLUMN using BBjGrid::setSelectionMode.
Example
|
See Also
BBjGridCellSelectionChangedEvent
BBjGridColumnSelectionChangedEvent
ROWSELECTCHANGE Grid Notify Event