BBjGridCellValidationEvent

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_CELL_VALIDATION 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 BBjGridCellValidationEvent

Return Value Method
int getNewRow()
int getNewColumn()
int getOldRow()
int getOldColumn()
string getValue()

Methods of BBjGridCellValidationEvent implemented for BBjGridEvent

Return Value Method
BBjDataAwareGrid getDataAwareGrid()
BBjDataBoundGrid getDataBoundGrid()
BBjStandardGrid getStandardGrid()

Methods of BBjGridCellValidationEvent inherited from BBjValidationEvent

Return Value Method
void accept(boolean shouldAccept)

Methods of BBjGridCellValidationEvent inherited from BBjSysGuiEvent

Return Value Method
BBjControl getControl()

Methods of BBjGridCellValidationEvent inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

Grid Cell Validation Event