BBjGridCellEvent
Description
In BBj 6.00 and higher, BBjGridCellEvent is an abstract class that acts as the base class for other BBj events generated by a BBjGrid
Remarks
None.
Methods BBjGridCellEvent
| Return Value | Method |
|---|---|
| java.awt.Rectangle | getCellBounds() |
| int | getColumn() |
| string | getOriginalText() |
| int | getRow() |
Methods of BBjGridCellEvent implemented for BBjGridEvent
| Return Value | Method |
|---|---|
| BBjDataAwareGrid | getDataAwareGrid() |
| BBjDataBoundGrid | getDataBoundGrid() |
| BBjStandardGrid | getStandardGrid() |
Methods of BBjGridCellEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
| BBjControl | getControl() |
Methods of BBjGridCellEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
| string | getEventName() |
| string | getEventString() |