BBjGridCellSelectionChangedEvent
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_CELL_SELECTION_CHANGE event.
Methods of BBjGridCellSelectionChangedEvent
Return Value |
Method |
---|---|
getSelectedCells() |
|
int |
getSelectedCellCount() |
Methods of BBjGridCellSelectionChangedEvent implemented for BBjGridEvent
Return Value | Method |
---|---|
BBjDataAwareGrid | getDataAwareGrid() |
BBjDataBoundGrid | getDataBoundGrid() |
BBjStandardGrid | getStandardGrid() |
Methods of BBjGridCellSelectionChangedEvent inherited from BBjGridCellEvent
Return Value | Method |
---|---|
java.awt.Rectangle | getCellBounds() |
int | getColumn() |
string | getOriginalText() |
int | getRow() |
Methods of BBjGridCellSelectionChangedEvent inherited from BBjSysGuiEvent
Return Value | Method |
---|---|
BBjControl | getControl() |
Methods of BBjGridCellSelectionChangedEvent 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_CELL and will trigger when the cell is selected or deselected.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.