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

All Known Implementing Classes:
BaseExpressionEditor

public interface BaseExpressionEditorStyleKeysInterface

This interface defines keys used to retrieve the style classes for the visual components of the BaseExpressionEditor 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:
BaseExpressionEditor, CompositeComponentInterface, ComplexStyleInterface, StyleInfo

Field Summary
static java.lang.String BASEEXPRESSIONEDITOR_CONTAINER_CLASS
          Style Area Key to retreive style information using the ComponentStyleManager for the base expression editor container
static java.lang.String BASEEXPRESSIONEDITOR_EXPRESSION_AREA_CLASS
          Style Area Key to retreive style information using the ComponentStyleManager for the expression area of the expression editor.
static java.lang.String BASEEXPRESSIONEDITOR_EXPRESSION_LABEL_CLASS
          Style Area Key to retreive style information using the ComponentStyleManager for the expression label of the expression editor.
static java.lang.String BASEEXPRESSIONEDITOR_HELP_TEXT_CLASS
          Style Area Key to retreive style information using the ComponentStyleManager for the help text of the expression editor.
static java.lang.String BASEEXPRESSIONEDITOR_NETSCAPE_HELP_TEXT_CLASS
          Style Area Key to retreive style information using the ComponentStyleManager for the Netscape help text of the expression editor.
static java.lang.String BASEEXPRESSIONEDITOR_OPERATOR_BUTTON_ROW_CLASS
          Style Area Key to retreive style information using the ComponentStyleManager for the operator button row of the expression editor.
 

Field Detail

BASEEXPRESSIONEDITOR_CONTAINER_CLASS

static final java.lang.String BASEEXPRESSIONEDITOR_CONTAINER_CLASS
Style Area Key to retreive style information using the ComponentStyleManager for the base expression editor container

See Also:
Constant Field Values

BASEEXPRESSIONEDITOR_EXPRESSION_LABEL_CLASS

static final java.lang.String BASEEXPRESSIONEDITOR_EXPRESSION_LABEL_CLASS
Style Area Key to retreive style information using the ComponentStyleManager for the expression label of the expression editor.

See Also:
Constant Field Values

BASEEXPRESSIONEDITOR_EXPRESSION_AREA_CLASS

static final java.lang.String BASEEXPRESSIONEDITOR_EXPRESSION_AREA_CLASS
Style Area Key to retreive style information using the ComponentStyleManager for the expression area of the expression editor.

See Also:
Constant Field Values

BASEEXPRESSIONEDITOR_OPERATOR_BUTTON_ROW_CLASS

static final java.lang.String BASEEXPRESSIONEDITOR_OPERATOR_BUTTON_ROW_CLASS
Style Area Key to retreive style information using the ComponentStyleManager for the operator button row of the expression editor.

See Also:
Constant Field Values

BASEEXPRESSIONEDITOR_HELP_TEXT_CLASS

static final java.lang.String BASEEXPRESSIONEDITOR_HELP_TEXT_CLASS
Style Area Key to retreive style information using the ComponentStyleManager for the help text of the expression editor.

See Also:
Constant Field Values

BASEEXPRESSIONEDITOR_NETSCAPE_HELP_TEXT_CLASS

static final java.lang.String BASEEXPRESSIONEDITOR_NETSCAPE_HELP_TEXT_CLASS
Style Area Key to retreive style information using the ComponentStyleManager for the Netscape help text of the expression editor.

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.