com.sas.servlet.tbeans.dataselectors.find.html
Interface FindSelectorPanelStyleKeysInterface

All Known Implementing Classes:
FindSelectorPanel

public interface FindSelectorPanelStyleKeysInterface

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

Field Summary
static java.lang.String FIND_CONDITION_CHOICEBOX
          Style key to retrieve style information for the condition choicebox
static java.lang.String FIND_CONDITION_LABEL
          Style key to retrieve style information for the condition label
static java.lang.String FIND_DIRECTION_LABEL
          Style key to retrieve style information for the direction label
static java.lang.String FIND_DIRECTION_RADIO
          Style key to retrieve style information for the direction radio button
static java.lang.String FIND_FIND_LABEL
          Style key to retrieve style information for the find radio button label
static java.lang.String FIND_FIND_RADIO
          Style key to retrieve style information for the find radio button
static java.lang.String FIND_PANEL_CONTAINER
          Style key to retrieve style information for the container surrounding the entire panel
static java.lang.String FIND_VALUE_LABEL
          Style key to retrieve style information for the find value label
static java.lang.String FIND_VALUE_TEXTENTRY
          Style key to retrieve style information for the find value text entry
 

Field Detail

FIND_PANEL_CONTAINER

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

See Also:
Constant Field Values

FIND_FIND_LABEL

static final java.lang.String FIND_FIND_LABEL
Style key to retrieve style information for the find radio button label

See Also:
Constant Field Values

FIND_FIND_RADIO

static final java.lang.String FIND_FIND_RADIO
Style key to retrieve style information for the find radio button

See Also:
Constant Field Values

FIND_CONDITION_LABEL

static final java.lang.String FIND_CONDITION_LABEL
Style key to retrieve style information for the condition label

See Also:
Constant Field Values

FIND_CONDITION_CHOICEBOX

static final java.lang.String FIND_CONDITION_CHOICEBOX
Style key to retrieve style information for the condition choicebox

See Also:
Constant Field Values

FIND_VALUE_LABEL

static final java.lang.String FIND_VALUE_LABEL
Style key to retrieve style information for the find value label

See Also:
Constant Field Values

FIND_VALUE_TEXTENTRY

static final java.lang.String FIND_VALUE_TEXTENTRY
Style key to retrieve style information for the find value text entry

See Also:
Constant Field Values

FIND_DIRECTION_LABEL

static final java.lang.String FIND_DIRECTION_LABEL
Style key to retrieve style information for the direction label

See Also:
Constant Field Values

FIND_DIRECTION_RADIO

static final java.lang.String FIND_DIRECTION_RADIO
Style key to retrieve style information for the direction radio button

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.