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

All Known Implementing Classes:
TableViewComposite

public interface TableViewCompositeKeysInterface

This interface contains the keys that are used to retrieve the default components that make up the TableViewComposite. The components can be retrieved by using the TableViewComposite's getComponent method;


Field Summary
static java.lang.String TABLEVIEW_APPLIEDFILTERS
          Component key for the applied filters portion of the TableView
static java.lang.String TABLEVIEW_COLUMN_NAVIGATIONBAR
          Component key for the column navigation bar portion of the TableView
static java.lang.String TABLEVIEW_FOOTER
          Component key for the footer portion of the TableView
static java.lang.String TABLEVIEW_MENUBAR
          Component key for the menu bar portion of the TableView
static java.lang.String TABLEVIEW_ROW_NAVIGATIONBAR
          Component key for the row navigation bar portion of the TableView
static java.lang.String TABLEVIEW_TABLEDATA
          Component key for the tableview portion of the TableView
static java.lang.String TABLEVIEW_TITLE
          Component key for the title portion of the TableView
 

Field Detail

TABLEVIEW_TABLEDATA

static final java.lang.String TABLEVIEW_TABLEDATA
Component key for the tableview portion of the TableView

See Also:
Constant Field Values

TABLEVIEW_TITLE

static final java.lang.String TABLEVIEW_TITLE
Component key for the title portion of the TableView

See Also:
Constant Field Values

TABLEVIEW_FOOTER

static final java.lang.String TABLEVIEW_FOOTER
Component key for the footer portion of the TableView

See Also:
Constant Field Values

TABLEVIEW_MENUBAR

static final java.lang.String TABLEVIEW_MENUBAR
Component key for the menu bar portion of the TableView

See Also:
Constant Field Values

TABLEVIEW_COLUMN_NAVIGATIONBAR

static final java.lang.String TABLEVIEW_COLUMN_NAVIGATIONBAR
Component key for the column navigation bar portion of the TableView

See Also:
Constant Field Values

TABLEVIEW_ROW_NAVIGATIONBAR

static final java.lang.String TABLEVIEW_ROW_NAVIGATIONBAR
Component key for the row navigation bar portion of the TableView

See Also:
Constant Field Values

TABLEVIEW_APPLIEDFILTERS

static final java.lang.String TABLEVIEW_APPLIEDFILTERS
Component key for the applied filters portion of the TableView

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.