com.sas.servlet.tbeans.dataselectors.calculateditems.html
Interface BaseCalculatedItemSelectorPanelStyleKeysInterface

All Known Implementing Classes:
BaseCalculatedItemSelectorPanel, SimpleCalculatedItemSelectorPanel

public interface BaseCalculatedItemSelectorPanelStyleKeysInterface

This interface defines keys used to retrieve the style classes for the visual components of the BaseCalculatedItemSelectorPanel 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 .

See Also:
BaseCalculatedItemSelectorPanel, CompositeComponentInterface, ComplexStyleInterface, StyleInfo

Field Summary
static java.lang.String BASECALCULATEDITEMSELECTORPANEL_DESCRIPTION_ENTRY_CLASS
          Style Area Key to retrieve style information using the ComponentStyleManager for the description entry of the selector panel
static java.lang.String BASECALCULATEDITEMSELECTORPANEL_DESCRIPTION_LABEL_CLASS
          Style Area Key to retrieve style information using the ComponentStyleManager for the description label of the selector panel
static java.lang.String BASECALCULATEDITEMSELECTORPANEL_NAME_ENTRY_CLASS
          Style Area Key to retrieve style information using the ComponentStyleManager for the name entry of the selector panel
static java.lang.String BASECALCULATEDITEMSELECTORPANEL_NAME_LABEL_CLASS
          Style Area Key to retrieve style information using the ComponentStyleManager for the name label of the selector panel
 

Field Detail

BASECALCULATEDITEMSELECTORPANEL_NAME_LABEL_CLASS

static final java.lang.String BASECALCULATEDITEMSELECTORPANEL_NAME_LABEL_CLASS
Style Area Key to retrieve style information using the ComponentStyleManager for the name label of the selector panel

See Also:
Constant Field Values

BASECALCULATEDITEMSELECTORPANEL_NAME_ENTRY_CLASS

static final java.lang.String BASECALCULATEDITEMSELECTORPANEL_NAME_ENTRY_CLASS
Style Area Key to retrieve style information using the ComponentStyleManager for the name entry of the selector panel

See Also:
Constant Field Values

BASECALCULATEDITEMSELECTORPANEL_DESCRIPTION_LABEL_CLASS

static final java.lang.String BASECALCULATEDITEMSELECTORPANEL_DESCRIPTION_LABEL_CLASS
Style Area Key to retrieve style information using the ComponentStyleManager for the description label of the selector panel

See Also:
Constant Field Values

BASECALCULATEDITEMSELECTORPANEL_DESCRIPTION_ENTRY_CLASS

static final java.lang.String BASECALCULATEDITEMSELECTORPANEL_DESCRIPTION_ENTRY_CLASS
Style Area Key to retrieve style information using the ComponentStyleManager for the description entry of the selector panel

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.