Interface CommonGrid::setColumnStyle
Description
Sets the default style of a column in the BBjGrid.
Syntax
Return Value |
Method |
void |
setColumnStyle(int column, int style) |
Parameters
Variable |
Description |
|
column |
Specifies the 0-based column. |
|
style |
Specifies one of the values 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 |
Return Value
None.
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.