public class MapBarGraphThemeExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
MapBarGraphThemeExtendedProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getBarHeight()
Description:
Specifies the height of the bar chart.
|
java.lang.String |
getBarHeightAsString()
Description:
Specifies the height of the bar chart.
|
int |
getBarWidth()
Description:
Specifies the width of the bar chart.
|
java.lang.String |
getBarWidthAsString()
Description:
Specifies the width of the bar chart.
|
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 |
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 a column of the underlying table of the theme.
|
MapBarSeriesSet |
getMapBarSeriesSet()
Description:
mapBarSeriesSet is a child tag of the mapBarGraphTheme.
|
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.
|
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 bars 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.
|
boolean |
isShowXAxis()
Description:
Specifies whether to show X axis of the bar graph or not.
|
java.lang.String |
isShowXAxisAsString()
Description:
Specifies whether to show X axis of the bar graph or not.
|
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 |
setBarHeight(int barHeight)
Description:
Specifies the height of the bar chart.
|
void |
setBarHeightAsString(java.lang.String barHeight)
Description:
Specifies the height of the bar chart.
|
void |
setBarWidth(int barWidth)
Description:
Specifies the width of the bar chart.
|
void |
setBarWidthAsString(java.lang.String barWidth)
Description:
Specifies the width of the bar chart.
|
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 |
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 a column of the underlying table of the theme.
|
void |
setMapBarSeriesSet(MapBarSeriesSet mapBarSeriesSet)
Description:
mapBarSeriesSet is a child tag of the mapBarGraphTheme.
|
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 |
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.
|
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 |
setShowXAxis(boolean showXAxis)
Description:
Specifies whether to show X axis of the bar graph or not.
|
void |
setShowXAxisAsString(java.lang.String showXAxis)
Description:
Specifies whether to show X axis of the bar graph or not.
|
void |
setStyleName(java.lang.String styleName)
Description:
Applies a style to the slices of the bars 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, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public int getBarHeight() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setBarHeight(int barHeight)
barHeight
- the value of the barHeight attribute of the Tag this class represents.public java.lang.String getBarHeightAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setBarHeightAsString(java.lang.String barHeight)
barHeight
- the value of the barHeight attribute of the Tag this class represents.public int getBarWidth() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setBarWidth(int barWidth)
barWidth
- the value of the barWidth attribute of the Tag this class represents.public java.lang.String getBarWidthAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setBarWidthAsString(java.lang.String barWidth)
barWidth
- the value of the barWidth attribute of the Tag this class represents.public 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.NumberFormatException
public 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.NumberFormatException
public 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.NumberFormatException
public 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.NumberFormatException
public 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 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 boolean isShowXAxis()
public void setShowXAxis(boolean showXAxis)
showXAxis
- the value of the showXAxis attribute of the Tag this class represents.public java.lang.String isShowXAxisAsString()
public void setShowXAxisAsString(java.lang.String showXAxis)
showXAxis
- the value of the showXAxis 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.NumberFormatException
public 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.NumberFormatException
public 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.NumberFormatException
public 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.NumberFormatException
public void setWindowWidthAsString(java.lang.String windowWidth)
windowWidth
- the value of the windowWidth attribute of the Tag this class represents.public MapBarSeriesSet getMapBarSeriesSet()
public void setMapBarSeriesSet(MapBarSeriesSet mapBarSeriesSet)
mapBarSeriesSet
- the MapBarSeriesSet of the Tag this class represents.public NumberFormat getNumberFormat()
public void setNumberFormat(NumberFormat numberFormat)
numberFormat
- the NumberFormat of the Tag this class represents.