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.
Remarks
This event will only work when the selection mode is set to GRID_SELECT_COLUMN and will trigger when the row is selected or deselected.
Methods of BBjGridRowSelectionChangedEvent
Return Value |
Method |
---|---|
getSelectedRows() |
|
int |
getSelectedRowCount() |
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() |
Example
|
See Also
ROWSELECTCHANGE Grid Notify Event