BBjGridRowValidationEvent
Description
In BBj 6.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_ROW_VALIDATION event.
Remarks
This event will not be generated if the content of the row has not changed.
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 BBjGridRowValidationEvent
None.
Methods of BBjGridRowValidationEvent inherited from BBjGridRowEvent
Return Value | Method |
---|---|
int | getRow() |
BBjVector | getValues() |
Methods of BBjGridRowValidationEvent inherited from BBjValidationEvent
Return Value | Method |
---|---|
void | accept(boolean shouldAccept) |
Methods of BBjGridRowValidationEvent inherited from BBjSysGuiEvent
Return Value | Method |
---|---|
BBjControl | getControl() |
Methods of BBjGridRowValidationEvent inherited from BBjEvent
Return Value | Method |
---|---|
string | getEventName() |
string | getEventString() |