com.sas.servlet.tbeans.dataselectors.export.html
Interface ExportSelectorStyleKeysInterface

All Known Implementing Classes:
ExportSelectorPanel

public interface ExportSelectorStyleKeysInterface

Style Area Keys to retrieve style information using the ComponentStyleManager for the selector panel

For More Information:

Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .

Since:
3.1

Field Summary
static java.lang.String EXPORTSELECTOR_CHECK
          Key to retrieve the style used for the check boxes in the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_CHECK_LABEL
          Key to retrieve the style used for the check box labels in the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_COLUMNS_DISPLAY_STYLE
          Key to retrieve the style used to hide/show the Columns area of the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_LABEL
          Key to retrieve the style used for the labels in the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_LIST
          Key to retrieve the style used for the list boxes in the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_OPTIONS_DISPLAY_STYLE
          Key to retrieve the style used to hide/show the Options area of the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_RADIO
          Key to retrieve the style used for the radio boxes in the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_RADIO_LABEL
          Key to retrieve the style used for the radio box labels in the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_ROWS_DISPLAY_STYLE
          Key to retrieve the style used to hide/show the Rows area of the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_TEXT
          Key to retrieve the style used for the text in the ExportSelectorPanel.
static java.lang.String EXPORTSELECTOR_TEXT_ENTRY
          Key to retrieve the style used for the text entries in the ExportSelectorPanel.
 

Field Detail

EXPORTSELECTOR_TEXT

static final java.lang.String EXPORTSELECTOR_TEXT
Key to retrieve the style used for the text in the ExportSelectorPanel. "EXPORTSELECTOR_TEXT"

See Also:
Constant Field Values

EXPORTSELECTOR_LABEL

static final java.lang.String EXPORTSELECTOR_LABEL
Key to retrieve the style used for the labels in the ExportSelectorPanel. "EXPORTSELECTOR_LABEL"

See Also:
Constant Field Values

EXPORTSELECTOR_CHECK

static final java.lang.String EXPORTSELECTOR_CHECK
Key to retrieve the style used for the check boxes in the ExportSelectorPanel. "EXPORTSELECTOR_CHECK"

See Also:
Constant Field Values

EXPORTSELECTOR_CHECK_LABEL

static final java.lang.String EXPORTSELECTOR_CHECK_LABEL
Key to retrieve the style used for the check box labels in the ExportSelectorPanel. "EXPORTSELECTOR_CHECK_LABEL"

See Also:
Constant Field Values

EXPORTSELECTOR_LIST

static final java.lang.String EXPORTSELECTOR_LIST
Key to retrieve the style used for the list boxes in the ExportSelectorPanel. "EXPORTSELECTOR_LIST"

See Also:
Constant Field Values

EXPORTSELECTOR_RADIO

static final java.lang.String EXPORTSELECTOR_RADIO
Key to retrieve the style used for the radio boxes in the ExportSelectorPanel. "EXPORTSELECTOR_RADIO"

See Also:
Constant Field Values

EXPORTSELECTOR_RADIO_LABEL

static final java.lang.String EXPORTSELECTOR_RADIO_LABEL
Key to retrieve the style used for the radio box labels in the ExportSelectorPanel. "EXPORTSELECTOR_RADIO_LABEL"

See Also:
Constant Field Values

EXPORTSELECTOR_TEXT_ENTRY

static final java.lang.String EXPORTSELECTOR_TEXT_ENTRY
Key to retrieve the style used for the text entries in the ExportSelectorPanel. "EXPORTSELECTOR_TEXT_ENTRY"

See Also:
Constant Field Values

EXPORTSELECTOR_OPTIONS_DISPLAY_STYLE

static final java.lang.String EXPORTSELECTOR_OPTIONS_DISPLAY_STYLE
Key to retrieve the style used to hide/show the Options area of the ExportSelectorPanel. "EXPORTSELECTOR_OPTIONS_DISPLAY_STYLE"

See Also:
Constant Field Values

EXPORTSELECTOR_COLUMNS_DISPLAY_STYLE

static final java.lang.String EXPORTSELECTOR_COLUMNS_DISPLAY_STYLE
Key to retrieve the style used to hide/show the Columns area of the ExportSelectorPanel. "EXPORTSELECTOR_COLUMNS_DISPLAY_STYLE"

See Also:
Constant Field Values

EXPORTSELECTOR_ROWS_DISPLAY_STYLE

static final java.lang.String EXPORTSELECTOR_ROWS_DISPLAY_STYLE
Key to retrieve the style used to hide/show the Rows area of the ExportSelectorPanel. "EXPORTSELECTOR_ROWS_DISPLAY_STYLE"

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.