com.sas.servlet.tbeans.dataselectors
Interface SelectorContainerKeysInterface

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

public interface SelectorContainerKeysInterface

This interface defines keys used to retrieve the visual components for a data selector container from its component map. These keys are the component keys needed to access the components from the map via a CompositeComponentInterface. Use these keys to retrieve the subcomponents from the component map (with the getComponent method) to modify component properties or to replace the component entirely.

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:
AbstractSelectorContainer, CompositeComponentInterface

Field Summary
static java.lang.String SELECTORCONTAINER_BUTTON_ROW_ID
          Component key for the container for the OK and Cancel buttons
static java.lang.String SELECTORCONTAINER_CANCEL_BUTTON
          Component key for the Cancel button
static java.lang.String SELECTORCONTAINER_HELP_BUTTON
          Component key for the Help button (not implemented in this release)
static java.lang.String SELECTORCONTAINER_OK_BUTTON
          Component key for the OK button
static java.lang.String SELECTORCONTAINER_PANEL
          Component key for the data selector panel
 

Field Detail

SELECTORCONTAINER_PANEL

static final java.lang.String SELECTORCONTAINER_PANEL
Component key for the data selector panel

See Also:
Constant Field Values

SELECTORCONTAINER_OK_BUTTON

static final java.lang.String SELECTORCONTAINER_OK_BUTTON
Component key for the OK button

See Also:
Constant Field Values

SELECTORCONTAINER_CANCEL_BUTTON

static final java.lang.String SELECTORCONTAINER_CANCEL_BUTTON
Component key for the Cancel button

See Also:
Constant Field Values

SELECTORCONTAINER_HELP_BUTTON

static final java.lang.String SELECTORCONTAINER_HELP_BUTTON
Component key for the Help button (not implemented in this release)

See Also:
Constant Field Values

SELECTORCONTAINER_BUTTON_ROW_ID

static final java.lang.String SELECTORCONTAINER_BUTTON_ROW_ID
Component key for the container for the OK and Cancel buttons

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.