Interface CommonGrid
Description
In BBj 7.00 and higher, CommonGrid is an interface implemented by BBjStandardGrid and BBjDataBoundGrid.
Implementing Classes
BBjStandardGrid, BBjDataBoundGrid
Methods of CommonGrid
| Return Value | Method |
|---|---|
| int | getColumnStyle(int column) |
| int | getDefaultGridStyle() |
| void | setColumnStyle(int column, int style) |
| void | setDefaultGridStyle(int style) |
Remarks
None.
Example
See example for each method listed above.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.