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.
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 BBjGridColumnSelectionChangedEvent
Return Value |
Method |
---|---|
getSelectedColumns() |
|
int |
getSelectedColumnCount() |
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() |
Example
|