
BBjGridListCancelEvent
Description
In BBj 15.0 and higher, BBjAPI().getLastEvent() returns this event when the program is executing callback code that the program has registered for the ON_GRID_LIST_CANCEL event. This event is currently only available in GUI.
Remarks
The ON_GRID_LIST_CANCEL event fires whenever a BBjGrid has a list control (BBjListButton or BBjListEdit) assigned to a cell, that cell is in edit mode, and the user cancels the selection process (including when the control loses focus).
Methods of BBjGridListCancelEvent inherited from BBjGridListEvent
Return Value |
Method |
---|---|
int |
getIndex() |
string |
getValue() |
Methods of BBjGridListCancelEvent inherited for BBjGridCellEvent
Return Value |
Method |
---|---|
java.awt.Rectangle |
|
int |
|
string |
|
int |
getRow() |
Methods of BBjGridListCancelEvent inherited from BBjSysGuiEvent
Return Value |
Method |
Methods of BBjGridListCancelEvent implemented for BBjGridEvent
Return Value |
Method |