Interface BBjGridEvent
Description
In BBj 7.0 and higher, a number of BBjEvent Objects implement the BBjGridEvent interface. This interface provides three convenience methods that allow a program to retrieve the grid that was the source of the event and to cast it to either a BBjStandardGrid, BBjDataAwareGrid, or BBjDataBoundGrid.
Implementing Classes
BBjGridCellEvent, BBjGridCellValidationEvent, BBjGridColumnSizeEvent, BBjGridHitBottomEvent, BBjGridHitTopEvent, BBjGridLeftColumnChangeEvent, BBjGridMouseEvent, BBjGridSelectColumnEvent, BBjGridSelectRowEvent, BBjGridTopRowChangeEvent
Methods of BBjGridEvent
Return Value | Method |
---|---|
BBjDataAwareGrid | getDataAwareGrid() |
BBjDataBoundGrid | getDataBoundGrid() |
BBjStandardGrid | getStandardGrid() |
Example
None.