BBjGridMouseEvent

Description

In BBj 6.0 and higher, BBjGridMouseEvent is an abstract class that acts as the base class for other GridMouseEvents.

Remarks

To see grid mouse events, set capture to true as follows: BBjGrid::setMouseCapture(true)

Methods of BBjGridMouseEvent

Return Value

Method

int

getXLocationInCell()

int

getYLocationInCell()

int

isAltDown()

int

isCmdDown()

boolean

isControlDown()

boolean

isShiftDown()

Methods of BBjGridMouseEvent implemented for BBjGridEvent

Return Value

Method

BBjDataAwareGrid

getDataAwareGrid()

BBjDataBoundGrid

getDataBoundGrid()

BBjStandardGrid

getStandardGrid()

Methods of BBjGridMouseEvent inherited from BBjGridCellEvent

Return Value

Method

java.awt.Rectangle

getCellBounds()

int

getColumn()

string

getOriginalText()

int

getRow()

Methods of BBjGridMouseEvent inherited from BBjSysGuiEvent

Return Value

Method

BBjControl

getControl()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

MOUSECAPTURE Grid Notify Event