com.sas.servlet.tbeans.dataselectors.crossing.html
Interface MapCrossingSelectorKeysInterface

All Known Implementing Classes:
MapCrossingSelectorPanel

public interface MapCrossingSelectorKeysInterface

This interface defines keys used to retrieve the visual components for the ExportSelectorPanel 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:

Since:
3.1
See Also:
MapCrossingSelectorPanel, CompositeComponentInterface

Field Summary
static java.lang.String MAPPROPERTIESDATA_MEASURE_CHOICEBOX
          Component key for the rows label.
static java.lang.String MAPPROPERTIESDATA_MEASURE_LABEL
          Component key for the rows label.
static java.lang.String MAPPROPERTIESDATA_TREE_LIST
          Component key for the rows label.
 

Field Detail

MAPPROPERTIESDATA_MEASURE_LABEL

static final java.lang.String MAPPROPERTIESDATA_MEASURE_LABEL
Component key for the rows label. "MAPPROPERTIESDATA_MEASURE_LABEL"

See Also:
Constant Field Values

MAPPROPERTIESDATA_MEASURE_CHOICEBOX

static final java.lang.String MAPPROPERTIESDATA_MEASURE_CHOICEBOX
Component key for the rows label. "MAPPROPERTIESDATA_MEASURE_CHOICEBOX"

See Also:
Constant Field Values

MAPPROPERTIESDATA_TREE_LIST

static final java.lang.String MAPPROPERTIESDATA_TREE_LIST
Component key for the rows label. "MAPPROPERTIESDATA_TREE_LIST"

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.