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

All Known Implementing Classes:
SimpleCalculatedItemSelectorPanel

public interface SimpleCalculatedItemSelectorKeysInterface

This interface defines keys used to retrieve the visual components for the SimpleCalculatedItemSelectorPanel from its component map. These keys are the component keys needed to access the components from the map via a CompositeComponentInterface.

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

Field Summary
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_AVAILABLE_LABEL
          Component key for the available label of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_AVAILABLE_LIST
          Component key for the available list of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_DESCRIPTION_ENTRY
          Component key for the description entry of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_DESCRIPTION_LABEL
          Component key for the description label of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_EXPRESSION_EDITOR
          Component key for the expression editor of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_CLEAR_BUTTON
           
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_FIELD
           
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_LABEL
          Component key for the name label of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_NOTE_LABEL
           
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_SELECT_BUTTON
           
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_SELECTOR_PANEL
           
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_FUNCTION_CHOICE
          Component key for the function choice box of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_FUNCTION_LABEL
          Component key for the function choice label of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_LIST_EDITOR
          Component key for the list editor of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_LIST_EDITOR_LABEL
          Component key for the list editor label of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_NAME_ENTRY
          Component key for the name entry of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_NAME_LABEL
          Component key for the name label of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_TRANSFER_BUTTON
          Component key for the transfer button of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_TREE_LABEL
          Component key for the function choice label of the selector
static java.lang.String SIMPLECALCULATEDITEMSELECTOR_TREEVIEW
          Component key for the function choice box of the selector
 

Field Detail

SIMPLECALCULATEDITEMSELECTOR_NAME_LABEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_NAME_LABEL
Component key for the name label of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_NAME_ENTRY

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_NAME_ENTRY
Component key for the name entry of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_DESCRIPTION_LABEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_DESCRIPTION_LABEL
Component key for the description label of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_DESCRIPTION_ENTRY

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_DESCRIPTION_ENTRY
Component key for the description entry of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_AVAILABLE_LABEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_AVAILABLE_LABEL
Component key for the available label of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_AVAILABLE_LIST

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_AVAILABLE_LIST
Component key for the available list of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_TRANSFER_BUTTON

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_TRANSFER_BUTTON
Component key for the transfer button of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_EXPRESSION_EDITOR

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_EXPRESSION_EDITOR
Component key for the expression editor of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_LIST_EDITOR_LABEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_LIST_EDITOR_LABEL
Component key for the list editor label of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_FORMAT_LABEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_LABEL
Component key for the name label of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_FORMAT_FIELD

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_FIELD
See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_FORMAT_SELECT_BUTTON

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_SELECT_BUTTON
See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_FORMAT_CLEAR_BUTTON

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_CLEAR_BUTTON
See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_FORMAT_NOTE_LABEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_NOTE_LABEL
See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_FORMAT_SELECTOR_PANEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_FORMAT_SELECTOR_PANEL
See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_FUNCTION_LABEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_FUNCTION_LABEL
Component key for the function choice label of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_FUNCTION_CHOICE

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_FUNCTION_CHOICE
Component key for the function choice box of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_TREE_LABEL

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_TREE_LABEL
Component key for the function choice label of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_TREEVIEW

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_TREEVIEW
Component key for the function choice box of the selector

See Also:
Constant Field Values

SIMPLECALCULATEDITEMSELECTOR_LIST_EDITOR

static final java.lang.String SIMPLECALCULATEDITEMSELECTOR_LIST_EDITOR
Component key for the list editor of the selector

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.