Interface CommonGrid::getDefaultGridStyle
Description
In BBj 7.00 and higher, this method returns the default style of cells in the BBjGrid.
Syntax
| Return Value | Method |
|---|---|
|
int |
getDefaultGridStyle() |
Parameters
None.
Return Value
Returns the default style for the main grid.
| Constant | Style |
|---|---|
|
GRID_STYLE_BUTTON_DOWN |
Recessed button |
|
GRID_STYLE_BUTTON_UP |
Raised button |
|
GRID_STYLE_CHECKED |
Checked checkbox |
|
GRID_STYLE_INPUTD |
InputD |
|
GRID_STYLE_INPUTE |
InputE |
|
GRID_STYLE_INPUTN |
InputN |
|
GRID_STYLE_PASSWORD |
Password edit box |
|
GRID_STYLE_TEXT |
Text field |
|
GRID_STYLE_UNCHECKED |
Unchecked checkbox |
Remarks
By default, the default cell style is GRID_STYLE_INPUTE. Cell styles GRID_STYLE_TEXT support HTML tags.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.