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

All Known Implementing Classes:
ShowDetailDataComposite

public interface ShowDetailDataCompositeKeysInterface

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


Field Summary
static java.lang.String SHOWDETAIL_COLUMN_HEADERS_CHOICE
          Component key for the column headers choicebox
static java.lang.String SHOWDETAIL_COLUMN_HEADERS_LABEL
          Component key for the column headers label
static java.lang.String SHOWDETAIL_ERROR_BUTTON
          Component key for the error button
static java.lang.String SHOWDETAIL_TABLEVIEW_COMPOSITE
          Component key for the tableview portion of the TableView
static java.lang.String SHOWDETAIL_WINDOW_TITLE
          Component key for the window title
 

Field Detail

SHOWDETAIL_TABLEVIEW_COMPOSITE

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

See Also:
Constant Field Values

SHOWDETAIL_WINDOW_TITLE

static final java.lang.String SHOWDETAIL_WINDOW_TITLE
Component key for the window title

See Also:
Constant Field Values

SHOWDETAIL_COLUMN_HEADERS_LABEL

static final java.lang.String SHOWDETAIL_COLUMN_HEADERS_LABEL
Component key for the column headers label

See Also:
Constant Field Values

SHOWDETAIL_COLUMN_HEADERS_CHOICE

static final java.lang.String SHOWDETAIL_COLUMN_HEADERS_CHOICE
Component key for the column headers choicebox

See Also:
Constant Field Values

SHOWDETAIL_ERROR_BUTTON

static final java.lang.String SHOWDETAIL_ERROR_BUTTON
Component key for the error button

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.