BBjStandardGrid::getRowHeaderStyle
Description
Returns the default style of the row header in the BBjStandardGrid.
Syntax
|
Return Value |
Method |
|---|---|
|
int |
getRowHeaderStyle() |
Parameters
None.
Return Value
Returns the one of the following styles listed below of the row header:
| 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.