BBjGridEnterKeyEvent

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_ENTER_KEY event. If getEnterAsTab() <link> returns true, then whenever user presses Enter, BBj will treat that key entry as though the user had pressed Tab and so the ENTER GridNotifyEvent will not be sent.

Remarks

None.

Methods of BBjGridEnterKeyEvent

Return Value Method
boolean isControlDown()
boolean isShiftDown()

Methods of BBjGridEnterKeyEvent inherited from BBjGridCellEvent

Return Value Method
java.awt.Rectangle getCellBounds()
int getColumn()
string getOriginalText()
int getRow()

Methods of BBjGridEnterKeyEvent inherited from BBjSysGuiEvent

Return Value Method
BBjControl getControl()

Methods of BBjGridEnterKeyEvent inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

ENTER Grid Notify Event