|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.dataselectors.crossing.html.MapCrossingSelectorPanel
public class MapCrossingSelectorPanel
Nested Class Summary | |
---|---|
static class |
MapCrossingSelectorPanel.ESRITreeNodeTransform
|
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_TEMPLATE_FILE_NAME
The default file name for the template for this panel. |
protected ChoiceBox |
measureChoiceBox
The choicebox used for the measure |
protected Label |
measureLabel
The label for the measure. |
Fields inherited from class com.sas.servlet.tbeans.dataselectors.BaseSelectorPanel |
---|
imageLocation, SELECTOR_EXPAND, SELECTOR_EXTERNAL |
Fields inherited from interface com.sas.servlet.tbeans.dataselectors.crossing.html.MapCrossingSelectorKeysInterface |
---|
MAPPROPERTIESDATA_MEASURE_CHOICEBOX, MAPPROPERTIESDATA_MEASURE_LABEL, MAPPROPERTIESDATA_TREE_LIST |
Fields inherited from interface com.sas.servlet.tbeans.dataselectors.crossing.html.MapCrossingSelectorStyleKeysInterface |
---|
MAPCROSSINGSELECTOR_CHOICEBOX, MAPCROSSINGSELECTOR_LABEL, MAPCROSSINGSELECTOR_LIST |
Constructor Summary | |
---|---|
MapCrossingSelectorPanel()
Default constructor. |
|
MapCrossingSelectorPanel(java.lang.String name)
Constructor using the given name. |
Method Summary | |
---|---|
protected void |
addComponents()
Creates the components and add them to the selector template. |
void |
cancel()
Cancels the command. |
protected void |
createMeasureChoiceBox()
|
protected void |
createMeasureLabel()
Creates the label for the measure. |
protected void |
createTreeList()
|
java.lang.String |
getDefaultTemplate()
Returns the default template to be used for this composite. |
java.lang.String |
getGeoString()
|
java.lang.Object |
getSelectorModel()
Returns the selector's data model |
void |
setActionProvider(HttpActionProvider ap)
Sets the HttpActionProvider object |
void |
setCrossing(java.lang.String[] crossing)
|
void |
setGeoString(java.lang.String geoString)
|
protected void |
setLocaleDependentProperties(java.util.Locale locale)
Sets the locale dependent properties. |
protected void |
setMeasureChoiceBoxProperties()
Sets write-time properties for the measure choicebox, including the combobox model for the choicebox, the OnChange property, and the selectedIndex. |
void |
setSelectorModel(java.lang.Object selectorModel)
Sets the selector's data model |
protected void |
setTreeListProperties(java.util.Locale locale)
|
void |
write(java.io.PrintWriter out)
Writes the custom attributes of the object. |
Methods inherited from class com.sas.servlet.tbeans.dataselectors.html.SelectorPanel |
---|
close, getAdditionalParameters, getDefaultFormObject, getFormObject, getIframeName, isFormEnabled, setAdditionalParameter, setAdditionalParameters, setFormEnabled, setFormObject, setIframeName, writeRemoteScriptCommands, writeRemoteScriptFrame, writeSelectorPanelFooter, writeSelectorPanelHeader |
Methods inherited from class com.sas.servlet.tbeans.dataselectors.BaseSelectorPanel |
---|
contentsChanged, getActionProvider, getCommandId, getImageLocation, getSelector, setCommandId, setImageLocation, setSelector |
Methods inherited from class com.sas.servlet.tbeans.BaseCompositeTransformation |
---|
applyTemplate, applyTemplate, getComponent, getComponents, getStyleInfo, getStyleMap, getTemplate, getTemplateDictionary, getTemplateFileName, getTemplateLocation, getVisibleComponents, isFlushEnabled, propertyChange, removeComponent, setCleanUpResourcesOn, setComponent, setFlushEnabled, setId, setLocale, setRequest, setResponse, setStyleInfo, setTemplate, setTemplate, setTemplateDictionary, setTemplateFileName, setTemplateLocation, writeTemplate |
Methods inherited from interface com.sas.actionprovider.HttpActionProviderInterface |
---|
getRequest |
Field Detail |
---|
public static final java.lang.String DEFAULT_TEMPLATE_FILE_NAME
protected Label measureLabel
protected ChoiceBox measureChoiceBox
Constructor Detail |
---|
public MapCrossingSelectorPanel()
public MapCrossingSelectorPanel(java.lang.String name)
name
- String to set the nameMethod Detail |
---|
protected void setLocaleDependentProperties(java.util.Locale locale)
BaseTransformation
setLocaleDependentProperties
in class BaseTransformation
public void write(java.io.PrintWriter out)
BaseCompositeTransformation
write
in interface TransformationInterface
write
in interface com.sas.util.WriteToPrintWriterInterface
write
in class BaseCompositeTransformation
out
- The output streamprotected void setMeasureChoiceBoxProperties() throws java.io.IOException
java.io.IOException
- thrown if some type of I/O error occursprotected void setTreeListProperties(java.util.Locale locale) throws java.io.IOException
java.io.IOException
protected void addComponents()
protected void createMeasureLabel()
protected void createMeasureChoiceBox()
protected void createTreeList()
public void cancel()
CancelInterface
Common things done in this method:
cancel
in interface CancelInterface
public void setActionProvider(HttpActionProvider ap)
BaseSelectorPanel
setActionProvider
in interface HttpActionProviderInterface
setActionProvider
in class BaseSelectorPanel
ap
- HttpActionProvider ObjectHttpActionProviderInterface.getActionProvider()
public void setCrossing(java.lang.String[] crossing)
public void setSelectorModel(java.lang.Object selectorModel)
BaseSelectorPanel
setSelectorModel
in class BaseSelectorPanel
selectorModel
- The selector's data modelpublic java.lang.Object getSelectorModel()
BaseSelectorPanel
getSelectorModel
in class BaseSelectorPanel
public java.lang.String getDefaultTemplate()
getDefaultTemplate
in interface TemplateInterface
getDefaultTemplate
in class BaseCompositeTransformation
public java.lang.String getGeoString()
public void setGeoString(java.lang.String geoString)
geoString
- The geoString to set.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |