com.sas.servlet.tbeans.olaptableview.html
Interface OLAPTableViewCompositeKeysInterface

All Known Implementing Classes:
OLAPTableViewComposite

public interface OLAPTableViewCompositeKeysInterface

The OLAPTableViewCompositeKeysInterface defines the keys used to retrieve the components in the OLAPTableViewComposite.


Field Summary
static java.lang.String OLAPTABLEVIEW_APPLIEDFILTERS
          Component key for the applied filters portion of the OLAPTableView
static java.lang.String OLAPTABLEVIEW_COLUMN_NAVIGATIONBAR
          Component key for the column navigation bar portion of the OLAPTableView
static java.lang.String OLAPTABLEVIEW_DRILLSTATE
          Component key for the drill state portion of the OLAPTableView
static java.lang.String OLAPTABLEVIEW_FOOTER
          Component key for the footer portion of the OLAPTableView
static java.lang.String OLAPTABLEVIEW_MENUBAR
          Component key for the menu bar portion of the OLAPTableView
static java.lang.String OLAPTABLEVIEW_ROW_NAVIGATIONBAR
          Component key for the row navigation bar portion of the OLAPTableView
static java.lang.String OLAPTABLEVIEW_TABLEDATA
          Component key for the tableview portion of the OLAPTableView
static java.lang.String OLAPTABLEVIEW_TITLE
          Component key for the title portion of the OLAPTableView
 

Field Detail

OLAPTABLEVIEW_TABLEDATA

static final java.lang.String OLAPTABLEVIEW_TABLEDATA
Component key for the tableview portion of the OLAPTableView

See Also:
Constant Field Values

OLAPTABLEVIEW_TITLE

static final java.lang.String OLAPTABLEVIEW_TITLE
Component key for the title portion of the OLAPTableView

See Also:
Constant Field Values

OLAPTABLEVIEW_FOOTER

static final java.lang.String OLAPTABLEVIEW_FOOTER
Component key for the footer portion of the OLAPTableView

See Also:
Constant Field Values

OLAPTABLEVIEW_MENUBAR

static final java.lang.String OLAPTABLEVIEW_MENUBAR
Component key for the menu bar portion of the OLAPTableView

See Also:
Constant Field Values

OLAPTABLEVIEW_COLUMN_NAVIGATIONBAR

static final java.lang.String OLAPTABLEVIEW_COLUMN_NAVIGATIONBAR
Component key for the column navigation bar portion of the OLAPTableView

See Also:
Constant Field Values

OLAPTABLEVIEW_ROW_NAVIGATIONBAR

static final java.lang.String OLAPTABLEVIEW_ROW_NAVIGATIONBAR
Component key for the row navigation bar portion of the OLAPTableView

See Also:
Constant Field Values

OLAPTABLEVIEW_DRILLSTATE

static final java.lang.String OLAPTABLEVIEW_DRILLSTATE
Component key for the drill state portion of the OLAPTableView

See Also:
Constant Field Values

OLAPTABLEVIEW_APPLIEDFILTERS

static final java.lang.String OLAPTABLEVIEW_APPLIEDFILTERS
Component key for the applied filters portion of the OLAPTableView

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.