|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableViewStyleKeysInterface
This interface contains the keys that are used to retrieve and set the styles
on the TableView
.
Field Summary | |
---|---|
static java.lang.String |
TABLEVIEW_COLUMN_HEADER_ROW_STYLE
Style Area Key corresponding to the column headers row |
static java.lang.String |
TABLEVIEW_COLUMN_HEADER_STYLE
Style Area Key corresponding to column headers cells |
static java.lang.String |
TABLEVIEW_DATA_NUMERIC_STYLE
Style Area Key corresponding to numeric data cells |
static java.lang.String |
TABLEVIEW_DATA_STYLE
Style Area Key corresponding to non-numeric data cells |
static java.lang.String |
TABLEVIEW_EDIT_COLUMN_CELL_STYLE
Style Area Key corresponding to cells in the edit column |
static java.lang.String |
TABLEVIEW_EDIT_ROW_CELL_STYLE
Style Area Key corresponding to cells in the edit row |
static java.lang.String |
TABLEVIEW_EMPTY_DATA_STYLE
Style Area Key corresponding to an empty table |
static java.lang.String |
TABLEVIEW_FOOTER_ROW_STYLE
Style Area Key to retrieve style information for a footer row |
static java.lang.String |
TABLEVIEW_ROW_HEADER_STYLE
Style Area Key corresponding row headers cells |
static java.lang.String |
TABLEVIEW_ROW_SELECTION_STYLE
Style Area Key corresponding to a selected row |
static java.lang.String |
TABLEVIEW_ROW_STYLE
Style Area Key corresponding to table rows |
static java.lang.String |
TABLEVIEW_STYLE
Style Area Key corresponding to the table element |
static java.lang.String |
TABLEVIEW_TITLE_ROW_STYLE
Style Area Key to retrieve style information for a title row |
static java.lang.String |
TABLEVIEW_TOTALS_ROW_STYLE
Style Area Key corresponding to the table row with totals |
Field Detail |
---|
static final java.lang.String TABLEVIEW_STYLE
static final java.lang.String TABLEVIEW_ROW_HEADER_STYLE
static final java.lang.String TABLEVIEW_COLUMN_HEADER_STYLE
static final java.lang.String TABLEVIEW_DATA_STYLE
static final java.lang.String TABLEVIEW_EMPTY_DATA_STYLE
static final java.lang.String TABLEVIEW_DATA_NUMERIC_STYLE
static final java.lang.String TABLEVIEW_ROW_STYLE
static final java.lang.String TABLEVIEW_TOTALS_ROW_STYLE
static final java.lang.String TABLEVIEW_COLUMN_HEADER_ROW_STYLE
static final java.lang.String TABLEVIEW_EDIT_COLUMN_CELL_STYLE
static final java.lang.String TABLEVIEW_EDIT_ROW_CELL_STYLE
static final java.lang.String TABLEVIEW_ROW_SELECTION_STYLE
static final java.lang.String TABLEVIEW_TITLE_ROW_STYLE
static final java.lang.String TABLEVIEW_FOOTER_ROW_STYLE
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |