com.sas.servlet.tbeans.dataselectors.html
Interface SelectorContainerStyleKeysInterface

All Known Implementing Classes:
AbstractSelectorContainer, EntityAttributeValueSelector, ExceptionHighlightingChartSelector, ExceptionHighlightingSelector, ExportSelector, FilterAndRankSelector, FindSelector, MapCrossingSelector, MapPropertySelector, MemberPropertiesSelector, OLAPTimeBasedFilterSelector, PercentCalculationsSelector, SimpleCalculatedItemSelector, SortSelector

public interface SelectorContainerStyleKeysInterface

This interface defines keys used to retrieve the style classes for the visual components of a selector container from its style map. These keys are the style keys needed to access the StyleInfo classes from the style map.

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
See Also:
CompositeComponentInterface, ComplexStyleInterface, StyleInfo

Field Summary
static java.lang.String SELECTOR_BUTTON_CONTAINER
          Style key to retrieve style information for the container surrounding the OK and cancel buttons
static java.lang.String SELECTOR_BUTTON_TABLE
          Style key to retrieve style information for the table containing the OK and Cancel buttons
static java.lang.String SELECTOR_CONTAINER
          Style key to retrieve style information for the container surrounding the entire selector
static java.lang.String SELECTOR_CONTAINER_CANCEL_BUTTON
          Style key to retrieve style information for the container for the Cancel button
static java.lang.String SELECTOR_CONTAINER_HELP_BUTTON
          Style key to retrieve style information for the container for the Help button
static java.lang.String SELECTOR_CONTAINER_OK_BUTTON
          Style key to retrieve style information for the container for the OK button
 

Field Detail

SELECTOR_CONTAINER

static final java.lang.String SELECTOR_CONTAINER
Style key to retrieve style information for the container surrounding the entire selector

See Also:
Constant Field Values

SELECTOR_BUTTON_CONTAINER

static final java.lang.String SELECTOR_BUTTON_CONTAINER
Style key to retrieve style information for the container surrounding the OK and cancel buttons

See Also:
Constant Field Values

SELECTOR_BUTTON_TABLE

static final java.lang.String SELECTOR_BUTTON_TABLE
Style key to retrieve style information for the table containing the OK and Cancel buttons

See Also:
Constant Field Values

SELECTOR_CONTAINER_OK_BUTTON

static final java.lang.String SELECTOR_CONTAINER_OK_BUTTON
Style key to retrieve style information for the container for the OK button

See Also:
Constant Field Values

SELECTOR_CONTAINER_CANCEL_BUTTON

static final java.lang.String SELECTOR_CONTAINER_CANCEL_BUTTON
Style key to retrieve style information for the container for the Cancel button

See Also:
Constant Field Values

SELECTOR_CONTAINER_HELP_BUTTON

static final java.lang.String SELECTOR_CONTAINER_HELP_BUTTON
Style key to retrieve style information for the container for the Help button

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.