com.sas.servlet.tbeans.dataselectors.filters.timebased.olap.html
Interface OLAPTimeBasedFilterSelectorStyleKeysInterface

All Known Implementing Classes:
OLAPTimeBasedFilterSelectorPanel

public interface OLAPTimeBasedFilterSelectorStyleKeysInterface

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.4

Field Summary
static java.lang.String OTFS_CHOICE_STYLE
          Key to retrieve the style used for the choice boxes in the OLAPTimeBasedFilterSelectorPanel.
static java.lang.String OTFS_COMPONENT_SPACER_STYLE
          Key to retrieve the style used horizontally separate components in the OLAPTimeBasedFilterSelectorPanel.
static java.lang.String OTFS_FIELDSET_LEGEND_STYLE
          Key to retrieve the style used for the fieldset's legend in the OLAPTimeBasedFilterSelectorPanel.
static java.lang.String OTFS_LABEL_STYLE
          Key to retrieve the style used for the labels in the OLAPTimeBasedFilterSelectorPanel.
static java.lang.String OTFS_RADIO_LABEL_ITALIC_STYLE
          Key to retrieve the style used for the radio box italic labels in the OLAPTimeBasedFilterSelectorPanel.
static java.lang.String OTFS_SELECTOR_ROW_SPACER_STYLE
          Key to retrieve the style used vertically separate components in the OLAPTimeBasedFilterSelectorPanel.
static java.lang.String OTFS_TEXT_ENTRY_STYLE
          Key to retrieve the style used for the text entries in the OLAPTimeBasedFilterSelectorPanel.
 

Field Detail

OTFS_LABEL_STYLE

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

See Also:
Constant Field Values

OTFS_CHOICE_STYLE

static final java.lang.String OTFS_CHOICE_STYLE
Key to retrieve the style used for the choice boxes in the OLAPTimeBasedFilterSelectorPanel. "OTFS_CHOICE_STYLE"

See Also:
Constant Field Values

OTFS_TEXT_ENTRY_STYLE

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

See Also:
Constant Field Values

OTFS_RADIO_LABEL_ITALIC_STYLE

static final java.lang.String OTFS_RADIO_LABEL_ITALIC_STYLE
Key to retrieve the style used for the radio box italic labels in the OLAPTimeBasedFilterSelectorPanel. "OTFS_RADIO_LABEL_ITALIC_STYLE"

See Also:
Constant Field Values

OTFS_FIELDSET_LEGEND_STYLE

static final java.lang.String OTFS_FIELDSET_LEGEND_STYLE
Key to retrieve the style used for the fieldset's legend in the OLAPTimeBasedFilterSelectorPanel. "OTFS_FIELDSET_LEGEND_STYLE"

See Also:
Constant Field Values

OTFS_SELECTOR_ROW_SPACER_STYLE

static final java.lang.String OTFS_SELECTOR_ROW_SPACER_STYLE
Key to retrieve the style used vertically separate components in the OLAPTimeBasedFilterSelectorPanel. "OTFS_SELECTOR_ROW_SPACER_STYLE"

See Also:
Constant Field Values

OTFS_COMPONENT_SPACER_STYLE

static final java.lang.String OTFS_COMPONENT_SPACER_STYLE
Key to retrieve the style used horizontally separate components in the OLAPTimeBasedFilterSelectorPanel. "OTFS_COMPONENT_SPACER_STYLE"

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.