com.sas.servlet.tbeans.dataselectors.sort.html
Interface SortSelectorStyleKeysInterface

All Known Implementing Classes:
SortSelectorPanel

public interface SortSelectorStyleKeysInterface

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 SORTSELECTOR_CHOICE
          Key to retrieve the style used for the choice boxes in the SortSelectorPanel.
static java.lang.String SORTSELECTOR_DIV
          Key to retrieve the style used for the div in the SortSelectorPanel.
static java.lang.String SORTSELECTOR_LABEL
          Key to retrieve the style used for the labels in the SortSelectorPanel.
static java.lang.String SORTSELECTOR_RADIO
          Key to retrieve the style used for the radio boxes in the SortSelectorPanel.
 

Field Detail

SORTSELECTOR_DIV

static final java.lang.String SORTSELECTOR_DIV
Key to retrieve the style used for the div in the SortSelectorPanel. "SORTSELECTOR_DIV"

See Also:
Constant Field Values

SORTSELECTOR_LABEL

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

See Also:
Constant Field Values

SORTSELECTOR_CHOICE

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

See Also:
Constant Field Values

SORTSELECTOR_RADIO

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

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.