com.sas.servlet.tbeans.dataselectors.calculations.percent.html
Interface PercentCalculationsSelectorKeysInterface

All Known Implementing Classes:
PercentCalculationsSelectorPanel

public interface PercentCalculationsSelectorKeysInterface

This interface defines keys used to retrieve the visual components for the SortSelectorPanel 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 to modify component properties or 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.4
See Also:
PercentCalculationsSelectorPanel, CompositeComponentInterface

Field Summary
static java.lang.String PCS_ADD_BUTTON
          Component key for the sort by label.
static java.lang.String PCS_BUTTON_ROW_ID
          Component key for the sort by label.
static java.lang.String PCS_LABEL
          Component key for the sort by label.
static java.lang.String PCS_LABEL_LABEL
          Component key for the sort by label.
static java.lang.String PCS_MEASURE_CHOICE
          Component key for the sort by label.
static java.lang.String PCS_MEASURE_LABEL
          Component key for the sort by label.
static java.lang.String PCS_PERCENT_CHOICE
          Component key for the sort by label.
static java.lang.String PCS_PERCENT_CHOICE_CONDITIONAL
          Component key for the sort by label.
static java.lang.String PCS_PERCENT_CHOICE_LABEL
          Component key for the sort by label.
static java.lang.String PCS_PERCENT_LABEL
          Component key for the sort by label.
static java.lang.String PCS_REMOVE_BUTTON
          Component key for the sort by label.
static java.lang.String PCS_SUMMARY_BOX
          Component key for the sort by label.
 

Field Detail

PCS_MEASURE_LABEL

static final java.lang.String PCS_MEASURE_LABEL
Component key for the sort by label. "PCS_MEASURE_LABEL"

See Also:
Constant Field Values

PCS_PERCENT_LABEL

static final java.lang.String PCS_PERCENT_LABEL
Component key for the sort by label. "PCS_PERCENT_LABEL"

See Also:
Constant Field Values

PCS_LABEL_LABEL

static final java.lang.String PCS_LABEL_LABEL
Component key for the sort by label. "PCS_LABEL_LABEL"

See Also:
Constant Field Values

PCS_MEASURE_CHOICE

static final java.lang.String PCS_MEASURE_CHOICE
Component key for the sort by label. "PCS_MEASURE_CHOICE"

See Also:
Constant Field Values

PCS_PERCENT_CHOICE

static final java.lang.String PCS_PERCENT_CHOICE
Component key for the sort by label. "PCS_PERCENT_CHOICE"

See Also:
Constant Field Values

PCS_PERCENT_CHOICE_LABEL

static final java.lang.String PCS_PERCENT_CHOICE_LABEL
Component key for the sort by label. "PCS_PERCENT_CHOICE_LABEL"

See Also:
Constant Field Values

PCS_PERCENT_CHOICE_CONDITIONAL

static final java.lang.String PCS_PERCENT_CHOICE_CONDITIONAL
Component key for the sort by label. "PCS_PERCENT_CHOICE_CONDITIONAL"

See Also:
Constant Field Values

PCS_LABEL

static final java.lang.String PCS_LABEL
Component key for the sort by label. "PCS_LABEL"

See Also:
Constant Field Values

PCS_ADD_BUTTON

static final java.lang.String PCS_ADD_BUTTON
Component key for the sort by label. "PCS_ADD_BUTTON"

See Also:
Constant Field Values

PCS_REMOVE_BUTTON

static final java.lang.String PCS_REMOVE_BUTTON
Component key for the sort by label. "PCS_REMOVE_BUTTON"

See Also:
Constant Field Values

PCS_SUMMARY_BOX

static final java.lang.String PCS_SUMMARY_BOX
Component key for the sort by label. "PCS_SUMMARY_BOX"

See Also:
Constant Field Values

PCS_BUTTON_ROW_ID

static final java.lang.String PCS_BUTTON_ROW_ID
Component key for the sort by label. "PCS_BUTTON_ROW_ID"

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.