com.sas.servlet.tbeans.tableview.html
Interface TableViewStyleKeysInterface

All Known Implementing Classes:
TableView

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

TABLEVIEW_STYLE

static final java.lang.String TABLEVIEW_STYLE
Style Area Key corresponding to the table element

See Also:
Constant Field Values

TABLEVIEW_ROW_HEADER_STYLE

static final java.lang.String TABLEVIEW_ROW_HEADER_STYLE
Style Area Key corresponding row headers cells

See Also:
Constant Field Values

TABLEVIEW_COLUMN_HEADER_STYLE

static final java.lang.String TABLEVIEW_COLUMN_HEADER_STYLE
Style Area Key corresponding to column headers cells

See Also:
Constant Field Values

TABLEVIEW_DATA_STYLE

static final java.lang.String TABLEVIEW_DATA_STYLE
Style Area Key corresponding to non-numeric data cells

See Also:
Constant Field Values

TABLEVIEW_EMPTY_DATA_STYLE

static final java.lang.String TABLEVIEW_EMPTY_DATA_STYLE
Style Area Key corresponding to an empty table

See Also:
Constant Field Values

TABLEVIEW_DATA_NUMERIC_STYLE

static final java.lang.String TABLEVIEW_DATA_NUMERIC_STYLE
Style Area Key corresponding to numeric data cells

See Also:
Constant Field Values

TABLEVIEW_ROW_STYLE

static final java.lang.String TABLEVIEW_ROW_STYLE
Style Area Key corresponding to table rows

See Also:
Constant Field Values

TABLEVIEW_TOTALS_ROW_STYLE

static final java.lang.String TABLEVIEW_TOTALS_ROW_STYLE
Style Area Key corresponding to the table row with totals

See Also:
Constant Field Values

TABLEVIEW_COLUMN_HEADER_ROW_STYLE

static final java.lang.String TABLEVIEW_COLUMN_HEADER_ROW_STYLE
Style Area Key corresponding to the column headers row

See Also:
Constant Field Values

TABLEVIEW_EDIT_COLUMN_CELL_STYLE

static final java.lang.String TABLEVIEW_EDIT_COLUMN_CELL_STYLE
Style Area Key corresponding to cells in the edit column

See Also:
Constant Field Values

TABLEVIEW_EDIT_ROW_CELL_STYLE

static final java.lang.String TABLEVIEW_EDIT_ROW_CELL_STYLE
Style Area Key corresponding to cells in the edit row

See Also:
Constant Field Values

TABLEVIEW_ROW_SELECTION_STYLE

static final java.lang.String TABLEVIEW_ROW_SELECTION_STYLE
Style Area Key corresponding to a selected row

See Also:
Constant Field Values

TABLEVIEW_TITLE_ROW_STYLE

static final java.lang.String TABLEVIEW_TITLE_ROW_STYLE
Style Area Key to retrieve style information for a title row

See Also:
Constant Field Values

TABLEVIEW_FOOTER_ROW_STYLE

static final java.lang.String TABLEVIEW_FOOTER_ROW_STYLE
Style Area Key to retrieve style information for a footer row

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.