BBjStandardGrid::getRowHeaderCellStyle
Description
Returns the style of a row header cell in the BBjStandardGrid.
Syntax
|
Return Value |
Method |
|---|---|
|
int |
getRowHeaderCellStyle(int row) |
Parameters
|
Variable |
Description |
|---|---|
|
row |
Specifies the 0-based row. |
Return Value
Returns one of the following styles of the specified row header cell 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_LABEL |
Label |
|
GRID_STYLE_LISTBUTTON |
List button |
|
GRID_STYLE_LISTEDIT |
List edit |
|
GRID_STYLE_PASSWORD |
Password edit box |
|
GRID_STYLE_TEXT |
Text field |
|
GRID_STYLE_UNCHECKED |
Unhecked checkbox |
Remarks
By default, row headers have the GRID_STYLE_BUTTON_UP
style.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.