public class PredefinedTheme extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
PredefinedTheme() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClickAction()
Description: Refers to a backing bean method that performs navigation processing for the map and returns an outcome String.
|
java.lang.String |
getClickListener()
Description: a method reference to a click listener Refers to a backing bean method that takes MapClickActionEvent as an argument.
|
java.lang.String |
getId()
Description: The identifier for the component
|
java.lang.String |
getLeftClickBehavior()
Description: Specifies the behavior when user left clicks on an element of a theme.
|
int |
getMaxZoom()
Description: Specifies the maximum zoom scale where this theme will still be visible.
|
java.lang.String |
getMaxZoomAsString()
Description: Specifies the maximum zoom scale where this theme will still be visible.
|
java.lang.String |
getMenuLabel()
Description: Specifies the label of this theme on the ThemeSelectionDialog and SelectMenuItem.
|
int |
getMinZoom()
Description: Specifies the minimum zoom scale where this theme will still be visible.
|
java.lang.String |
getMinZoomAsString()
Description: Specifies the minimum zoom scale where this theme will still be visible.
|
java.lang.String |
getRightClickBehavior()
Description: Specifies the behavior when user right clicks on an element of a theme.
|
java.lang.String |
getSelectionListener()
Description: a method reference to a selection listener Refers to a backing bean method that takes MapSelectionEvent as an argument.
|
java.lang.String |
getShortLabel()
Description: Specifies the label of this theme on the legend.
|
java.lang.String |
getTagName() |
java.lang.String |
getThemeName()
Description: Specifies the predefined theme on which this theme layer is based.
|
int |
getWindowHeight()
Description: Specifies the height of the window if useWindow is true
|
java.lang.String |
getWindowHeightAsString()
Description: Specifies the height of the window if useWindow is true This method is provided as a convenience to be able to retrieve an EL that was set on the windowHeight attribute.
|
int |
getWindowWidth()
Description: Specifies the width of the window if useWindow is true
|
java.lang.String |
getWindowWidthAsString()
Description: Specifies the width of the window if useWindow is true This method is provided as a convenience to be able to retrieve an EL that was set on the windowWidth attribute.
|
boolean |
isRendered()
Description: Specifies whether the theme is rendered or not
|
java.lang.String |
isRenderedAsString()
Description: Specifies whether the theme is rendered or not This method is provided as a convenience to be able to retrieve an EL that was set on the rendered attribute.
|
boolean |
isUseWindow()
Description: Specifies whether processes launched by this command should be launched in a secondary dialog window.
|
java.lang.String |
isUseWindowAsString()
Description: Specifies whether processes launched by this command should be launched in a secondary dialog window.
|
void |
setClickAction(java.lang.String clickAction)
Description: Refers to a backing bean method that performs navigation processing for the map and returns an outcome String.
|
void |
setClickListener(java.lang.String clickListener)
Description: a method reference to a click listener Refers to a backing bean method that takes MapClickActionEvent as an argument.
|
void |
setId(java.lang.String id)
Description: The identifier for the component
|
void |
setLeftClickBehavior(java.lang.String leftClickBehavior)
Description: Specifies the behavior when user left clicks on an element of a theme.
|
void |
setMaxZoom(int maxZoom)
Description: Specifies the maximum zoom scale where this theme will still be visible.
|
void |
setMaxZoomAsString(java.lang.String maxZoom)
Description: Specifies the maximum zoom scale where this theme will still be visible.
|
void |
setMenuLabel(java.lang.String menuLabel)
Description: Specifies the label of this theme on the ThemeSelectionDialog and SelectMenuItem.
|
void |
setMinZoom(int minZoom)
Description: Specifies the minimum zoom scale where this theme will still be visible.
|
void |
setMinZoomAsString(java.lang.String minZoom)
Description: Specifies the minimum zoom scale where this theme will still be visible.
|
void |
setRendered(boolean rendered)
Description: Specifies whether the theme is rendered or not
|
void |
setRenderedAsString(java.lang.String rendered)
Description: Specifies whether the theme is rendered or not This method is provided as a convenience to be able to set an EL on the rendered attribute.
|
void |
setRightClickBehavior(java.lang.String rightClickBehavior)
Description: Specifies the behavior when user right clicks on an element of a theme.
|
void |
setSelectionListener(java.lang.String selectionListener)
Description: a method reference to a selection listener Refers to a backing bean method that takes MapSelectionEvent as an argument.
|
void |
setShortLabel(java.lang.String shortLabel)
Description: Specifies the label of this theme on the legend.
|
void |
setThemeName(java.lang.String themeName)
Description: Specifies the predefined theme on which this theme layer is based.
|
void |
setUseWindow(boolean useWindow)
Description: Specifies whether processes launched by this command should be launched in a secondary dialog window.
|
void |
setUseWindowAsString(java.lang.String useWindow)
Description: Specifies whether processes launched by this command should be launched in a secondary dialog window.
|
void |
setWindowHeight(int windowHeight)
Description: Specifies the height of the window if useWindow is true
|
void |
setWindowHeightAsString(java.lang.String windowHeight)
Description: Specifies the height of the window if useWindow is true This method is provided as a convenience to be able to set an EL on the windowHeight attribute.
|
void |
setWindowWidth(int windowWidth)
Description: Specifies the width of the window if useWindow is true
|
void |
setWindowWidthAsString(java.lang.String windowWidth)
Description: Specifies the width of the window if useWindow is true This method is provided as a convenience to be able to set an EL on the windowWidth attribute.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getClickAction()
public void setClickAction(java.lang.String clickAction)
clickAction - the value of the clickAction attribute of the Tag this class represents.public java.lang.String getClickListener()
public void setClickListener(java.lang.String clickListener)
clickListener - the value of the clickListener attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.public java.lang.String getLeftClickBehavior()
public void setLeftClickBehavior(java.lang.String leftClickBehavior)
leftClickBehavior - the value of the leftClickBehavior attribute of the Tag this class represents.
public int getMaxZoom()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setMaxZoom(int maxZoom)
maxZoom - the value of the maxZoom attribute of the Tag this class represents.
public java.lang.String getMaxZoomAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setMaxZoomAsString(java.lang.String maxZoom)
maxZoom - the value of the maxZoom attribute of the Tag this class represents.public java.lang.String getMenuLabel()
public void setMenuLabel(java.lang.String menuLabel)
menuLabel - the value of the menuLabel attribute of the Tag this class represents.
public int getMinZoom()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setMinZoom(int minZoom)
minZoom - the value of the minZoom attribute of the Tag this class represents.
public java.lang.String getMinZoomAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setMinZoomAsString(java.lang.String minZoom)
minZoom - the value of the minZoom attribute of the Tag this class represents.public boolean isRendered()
public void setRendered(boolean rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public java.lang.String getRightClickBehavior()
public void setRightClickBehavior(java.lang.String rightClickBehavior)
rightClickBehavior - the value of the rightClickBehavior attribute of the Tag this class represents.public java.lang.String getSelectionListener()
public void setSelectionListener(java.lang.String selectionListener)
selectionListener - the value of the selectionListener attribute of the Tag this class represents.public java.lang.String getShortLabel()
public void setShortLabel(java.lang.String shortLabel)
shortLabel - the value of the shortLabel attribute of the Tag this class represents.public java.lang.String getThemeName()
public void setThemeName(java.lang.String themeName)
themeName - the value of the themeName attribute of the Tag this class represents.public boolean isUseWindow()
public void setUseWindow(boolean useWindow)
useWindow - the value of the useWindow attribute of the Tag this class represents.public java.lang.String isUseWindowAsString()
public void setUseWindowAsString(java.lang.String useWindow)
useWindow - the value of the useWindow attribute of the Tag this class represents.
public int getWindowHeight()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setWindowHeight(int windowHeight)
windowHeight - the value of the windowHeight attribute of the Tag this class represents.
public java.lang.String getWindowHeightAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setWindowHeightAsString(java.lang.String windowHeight)
windowHeight - the value of the windowHeight attribute of the Tag this class represents.
public int getWindowWidth()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setWindowWidth(int windowWidth)
windowWidth - the value of the windowWidth attribute of the Tag this class represents.
public java.lang.String getWindowWidthAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setWindowWidthAsString(java.lang.String windowWidth)
windowWidth - the value of the windowWidth attribute of the Tag this class represents.