BBjGridListEvent

Description

In BBj 15.00 and higher, BBjGridListEvent is an abstract class that acts as the base class for other BBj list control events generated by a BBjGrid.

Methods of BBjGridListEvent

Return Value Method

int

getIndex()

string

getValue()

Methods of BBjGridListEvent implemented for BBjGridEvent

Return Value Method

BBjDataAwareGrid

getDataAwareGrid()

BBjDataBoundGrid

getDataBoundGrid()

BBjStandardGrid

getStandardGrid()

Methods of BBjGridListEvent inherited from BBjGridCellEvent

Return Value Method

java.awt.Rectangle

getCellBounds()

int

getColumn()

string

getOriginalText()

int

getRow()

Methods of BBjGridListEvent inherited from BBjSysGuiEvent

Return Value Method

BBjControl

getControl()

Methods of BBjGridListEvent inherited from BBjEvent

Return Value Method

string

getEventName()

string

getEventString()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback