Interface CommonGrid::getColumnStyle
Description
In BBj 7.0 and higher, this method returns the default style of a column in the BBjGrid.
Syntax
Return Value |
Method |
---|---|
int |
getColumnStyle(int column) |
Parameters
Variable |
Description |
---|---|
column |
Specifies the 0-based column. |
Return Value
Returns one of the following styles of the specified column listed below:
Style Value Constants |
|
---|---|
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.