BBjGridCellQueryEvent
Description
In BBj 8.00 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_GRID_CELL_QUERY event.
Remarks
If a control has registered for this event, the program must respond. The program can respond by either calling accept(0) or accept(1) on the control or on the event.
Methods of BBjGridCellQueryEvent
| Return Value | Method |
|---|---|
|
string |
Methods of BBjGridCellQueryEvent implemented for BBjGridEvent
| Return Value | Method |
|---|---|
Methods of BBjGridCellQueryEvent inherited from BBjValidationEvent
| Return Value | Method |
|---|---|
|
void |
accept(boolean shouldAccept) |
Methods of BBjGridCellQueryEvent inherited from BBjGridCellEvent
| Return Value | Method |
|---|---|
|
int |
|
|
string |
|
|
int |
getRow() |
Methods of BBjGridCellQueryEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
Methods of BBjGridCellQueryEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
|
string |
|
|
string |