public class MapPieGraphThemeExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
MapPieGraphThemeExtendedProperties() |
| 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 id for this component
|
java.lang.String |
getInfoWindowCallback()
Description:
Specifies a callback for overriding the default text in the info Window.
|
java.lang.String |
getLeftClickBehavior()
Description:
Specifies the behavior when user left clicks on an element of a theme.
|
java.lang.String |
getLocationColumn()
Description:
Specifies the name of a polygon in the column of the underlying table of the theme.
|
MapPieSliceSet |
getMapPieSliceSet()
Description:
mapPieSliceSet is a child tag of the mapPieGraphTheme.
|
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.
|
NumberFormat |
getNumberFormat()
Description:
Specifies formatting for numeric values.
|
int |
getPieRadius()
Description:
Specifies the radius of the pie charts.
|
java.lang.String |
getPieRadiusAsString()
Description:
Specifies the radius of the pie charts.
|
java.lang.String |
getRightClickBehavior()
Description:
Specifies the behavior when user right clicks on an element of a theme.
|
java.lang.String |
getScaling()
Description:
Scaling factor for numbers that are displayed
Valid values are:
none - (Default) The number will not be scaled
thousand - Scales the number to thousands.
|
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 |
getStyleName()
Description:
Applies a style to the slices of the pie based on the specified XML file.
|
java.lang.String |
getTagName() |
java.lang.String |
getThemeName()
Description:
Specifies the predefined theme on which this theme layer is based.
|
java.lang.String |
getValue()
Description:
Specifies the data model for theme - have to be an instance of oracle.adf.view.faces.bi.model.GeoMapDataModel
|
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.
|
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.
|
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 id for this component
|
void |
setInfoWindowCallback(java.lang.String infoWindowCallback)
Description:
Specifies a callback for overriding the default text in the info Window.
|
void |
setLeftClickBehavior(java.lang.String leftClickBehavior)
Description:
Specifies the behavior when user left clicks on an element of a theme.
|
void |
setLocationColumn(java.lang.String locationColumn)
Description:
Specifies the name of a polygon in the column of the underlying table of the theme.
|
void |
setMapPieSliceSet(MapPieSliceSet mapPieSliceSet)
Description:
mapPieSliceSet is a child tag of the mapPieGraphTheme.
|
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 |
setNumberFormat(NumberFormat numberFormat)
Description:
Specifies formatting for numeric values.
|
void |
setPieRadius(int pieRadius)
Description:
Specifies the radius of the pie charts.
|
void |
setPieRadiusAsString(java.lang.String pieRadius)
Description:
Specifies the radius of the pie charts.
|
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 |
setScaling(java.lang.String scaling)
Description:
Scaling factor for numbers that are displayed
Valid values are:
none - (Default) The number will not be scaled
thousand - Scales the number to thousands.
|
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 |
setStyleName(java.lang.String styleName)
Description:
Applies a style to the slices of the pie based on the specified XML file.
|
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 |
setValue(java.lang.String value)
Description:
Specifies the data model for theme - have to be an instance of oracle.adf.view.faces.bi.model.GeoMapDataModel
|
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.
|
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.
|
_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 getInfoWindowCallback()
public void setInfoWindowCallback(java.lang.String infoWindowCallback)
infoWindowCallback - the value of the infoWindowCallback 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 java.lang.String getLocationColumn()
public void setLocationColumn(java.lang.String locationColumn)
locationColumn - the value of the locationColumn 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 int getPieRadius()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setPieRadius(int pieRadius)
pieRadius - the value of the pieRadius attribute of the Tag this class represents.public java.lang.String getPieRadiusAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setPieRadiusAsString(java.lang.String pieRadius)
pieRadius - the value of the pieRadius 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 getScaling()
public void setScaling(java.lang.String scaling)
scaling - the value of the scaling 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 getStyleName()
public void setStyleName(java.lang.String styleName)
styleName - the value of the styleName 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 java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value of the value 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.public MapPieSliceSet getMapPieSliceSet()
public void setMapPieSliceSet(MapPieSliceSet mapPieSliceSet)
mapPieSliceSet - the MapPieSliceSet of the Tag this class represents.public NumberFormat getNumberFormat()
public void setNumberFormat(NumberFormat numberFormat)
numberFormat - the NumberFormat of the Tag this class represents.