BBjGridColumnSelectionChangedEvent
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_COLUMN_SELECTION_CHANGE event.
Methods of BBjGridColumnSelectionChangedEvent
|
Return Value |
Method |
|---|---|
|
int |
Methods of BBjGridColumnSelectionChangedEvent implemented for BBjGridEvent
|
Return Value |
Method |
|---|---|
|
BBjDataAwareGrid |
|
|
BBjDataBoundGrid |
|
|
BBjStandardGrid |
Methods of BBjGridColumnSelectionChangedEvent inherited from BBjGridCellEvent
| Return Value | Method |
|---|---|
| java.awt.Rectangle | getCellBounds() |
| int | getColumn() |
| string | getOriginalText() |
| int | getRow() |
Methods of BBjGridColmnChangedEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
| BBjControl | getControl() |
Methods of BBjGridColmnChangedEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
| string | getEventName() |
| string | getEventString() |
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.
Example
|
See Also
BBjGridCellSelectionChangedEvent
BBjGridRowSelectionChangedEvent
COLSELECTCHANGE Grid Notify Event