@Deprecated public class FunnelGraphExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description | 
|---|
FunnelGraphExtendedProperties()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAnimationDuration()
Deprecated.  
Description:
  Specifies the animation duration in milliseconds. 
 | 
java.lang.String | 
getAnimationDurationAsString()
Deprecated.  
Description:
  Specifies the animation duration in milliseconds. 
 | 
AttributeFormat | 
getAttributeFormat()
Deprecated.  
Description:
  Specifies formatting for an attribute matching the name property. 
 | 
Background | 
getBackground()
Deprecated.  
Description:
  Defines the characteristics of the graph background. 
 | 
java.lang.String | 
getBinding()
Deprecated.  
Description:
  
  Specifies a binding reference to store a specific instance of UIGraph
  from a backing bean. 
 | 
java.lang.String | 
getClickAction()
Deprecated.  
Description:
  Refers to a backing bean method that performs navigation
  processing for the graph and returns an outcome String. 
 | 
java.lang.String | 
getClickListener()
Deprecated.  
Description:
  
  The listener interface for receiving click events on the graph components. 
 | 
java.lang.String | 
getContentDelivery()
Deprecated.  
Description:
  Specifies whether to fetch content with page load or after page load. 
 | 
java.lang.String | 
getCustomLayout()
Deprecated.  
Description:
  
  Specifies custom layout information when the graph automatically places and sizes its components. 
 | 
java.lang.String | 
getDataSelection()
Deprecated.  
Description:
  
  Determines the data selection mode for the graph. 
 | 
java.lang.String | 
getDynamicResize()
Deprecated.  
Description:
  Specifies whether to resize the component based on its container size. 
 | 
java.lang.String | 
getEmptyText()
Deprecated.  
Description:
  Specifies error text to display when graph has no data. 
 | 
GraphFootnote | 
getGraphFootnote()
Deprecated.  
Description:
  Specifies the characteristics and text of the footnote for the graph. 
 | 
GraphSubtitle | 
getGraphSubtitle()
Deprecated.  
Description:
  Specifies the characteristics and text of the subtitle for the graph. 
 | 
GraphTitle | 
getGraphTitle()
Deprecated.  
Description:
  Specifies the characteristics and text of the title for the graph. 
 | 
java.lang.String | 
getId()
Deprecated.  
Description:
  Specifies the identifier for the component 
 | 
java.lang.String | 
getInlineStyle()
Deprecated.  
Description:
  Style of the outer element(enclosing div) of the component 
 | 
LegendArea | 
getLegendArea()
Deprecated.  
Description:
  Determines characteristics and display properties of the graph legend area. 
 | 
LegendText | 
getLegendText()
Deprecated.  
Description:
  Identifies data in a graph legend. 
 | 
LegendTitle | 
getLegendTitle()
Deprecated.  
Description:
  Specifies the characteristics and text of the title used in the graph's legend. 
 | 
java.lang.String | 
getMarkerTooltipTemplate()
Deprecated.  
Description:
  
  Provides a declarative way to customize the tooltips that appear on the
  graph. 
 | 
O1TickLabel | 
getO1TickLabel()
Deprecated.  
Description:
  Controls the appearance of the ordinal axis tick label, including the rotation and presence of tick labels. 
 | 
java.lang.String[] | 
getPartialTriggers()
Deprecated.  
Description:
  the IDs of the components that should trigger a partial update. 
 | 
java.lang.String | 
getSelectionListener()
Deprecated.  
Description:
  The listener interface for receiving selection events on the graph. 
 | 
java.lang.String | 
getSeriesEffect()
Deprecated.  
Description:
  
  Determines the series effect that is used for a graph. 
 | 
ShapeAttributesSet | 
getShapeAttributesSet()
Deprecated.  
Description:
  Wraps shapeAttributes tags for a graph or for a gauge. 
 | 
java.lang.String | 
getShortDesc()
Deprecated.  
Description:
  Specifies the short description of the graph. 
 | 
SliceLabel | 
getSliceLabel()
Deprecated.  
Description:
  Specifies the characteristics of the labels that describes slices of a pie or ring graph. 
 | 
java.lang.String | 
getStyleClass()
Deprecated.  
Description:
  Sets a CSS style class to use for this component. 
 | 
java.lang.String | 
getSubType()
Deprecated.  
Description:
  
  Specifies the type of graph. 
 | 
java.lang.String | 
getTagName()
Deprecated.  
  | 
java.lang.String | 
getTitle()
Deprecated. 
 
This attribute is deprecated. Use the child tag graphTitle and its text attribute instead. 
 | 
java.lang.String | 
getValue()
Deprecated.  
Description:
  Specifies the graph's data model. 
 | 
boolean | 
isDrillingEnabled()
Deprecated.  
Description:
  Indicates whether drilling is enabled. 
 | 
java.lang.String | 
isDrillingEnabledAsString()
Deprecated.  
Description:
  Indicates whether drilling is enabled. 
 | 
boolean | 
isRendered()
Deprecated.  
Description:
  Specifies whether the component is rendered. 
 | 
java.lang.String | 
isRenderedAsString()
Deprecated.  
Description:
  Specifies whether the component is rendered. 
 | 
boolean | 
isRenderImagemap()
Deprecated.  
Description:
  Indicates whether an image map should be rendered for a PNG
  image. 
 | 
java.lang.String | 
isRenderImagemapAsString()
Deprecated.  
Description:
  Indicates whether an image map should be rendered for a PNG
  image. 
 | 
void | 
setAnimationDuration(int animationDuration)
Deprecated.  
Description:
  Specifies the animation duration in milliseconds. 
 | 
void | 
setAnimationDurationAsString(java.lang.String animationDuration)
Deprecated.  
Description:
  Specifies the animation duration in milliseconds. 
 | 
void | 
setAttributeFormat(AttributeFormat attributeFormat)
Deprecated.  
Description:
  Specifies formatting for an attribute matching the name property. 
 | 
void | 
setBackground(Background background)
Deprecated.  
Description:
  Defines the characteristics of the graph background. 
 | 
void | 
setBinding(java.lang.String binding)
Deprecated.  
Description:
  
  Specifies a binding reference to store a specific instance of UIGraph
  from a backing bean. 
 | 
void | 
setClickAction(java.lang.String clickAction)
Deprecated.  
Description:
  Refers to a backing bean method that performs navigation
  processing for the graph and returns an outcome String. 
 | 
void | 
setClickListener(java.lang.String clickListener)
Deprecated.  
Description:
  
  The listener interface for receiving click events on the graph components. 
 | 
void | 
setContentDelivery(java.lang.String contentDelivery)
Deprecated.  
Description:
  Specifies whether to fetch content with page load or after page load. 
 | 
void | 
setCustomLayout(java.lang.String customLayout)
Deprecated.  
Description:
  
  Specifies custom layout information when the graph automatically places and sizes its components. 
 | 
void | 
setDataSelection(java.lang.String dataSelection)
Deprecated.  
Description:
  
  Determines the data selection mode for the graph. 
 | 
void | 
setDrillingEnabled(boolean drillingEnabled)
Deprecated.  
Description:
  Indicates whether drilling is enabled. 
 | 
void | 
setDrillingEnabledAsString(java.lang.String drillingEnabled)
Deprecated.  
Description:
  Indicates whether drilling is enabled. 
 | 
void | 
setDynamicResize(java.lang.String dynamicResize)
Deprecated.  
Description:
  Specifies whether to resize the component based on its container size. 
 | 
void | 
setEmptyText(java.lang.String emptyText)
Deprecated.  
Description:
  Specifies error text to display when graph has no data. 
 | 
void | 
setGraphFootnote(GraphFootnote graphFootnote)
Deprecated.  
Description:
  Specifies the characteristics and text of the footnote for the graph. 
 | 
void | 
setGraphSubtitle(GraphSubtitle graphSubtitle)
Deprecated.  
Description:
  Specifies the characteristics and text of the subtitle for the graph. 
 | 
void | 
setGraphTitle(GraphTitle graphTitle)
Deprecated.  
Description:
  Specifies the characteristics and text of the title for the graph. 
 | 
void | 
setId(java.lang.String id)
Deprecated.  
Description:
  Specifies the identifier for the component 
 | 
void | 
setInlineStyle(java.lang.String inlineStyle)
Deprecated.  
Description:
  Style of the outer element(enclosing div) of the component 
 | 
void | 
setLegendArea(LegendArea legendArea)
Deprecated.  
Description:
  Determines characteristics and display properties of the graph legend area. 
 | 
void | 
setLegendText(LegendText legendText)
Deprecated.  
Description:
  Identifies data in a graph legend. 
 | 
void | 
setLegendTitle(LegendTitle legendTitle)
Deprecated.  
Description:
  Specifies the characteristics and text of the title used in the graph's legend. 
 | 
void | 
setMarkerTooltipTemplate(java.lang.String markerTooltipTemplate)
Deprecated.  
Description:
  
  Provides a declarative way to customize the tooltips that appear on the
  graph. 
 | 
void | 
setO1TickLabel(O1TickLabel o1TickLabel)
Deprecated.  
Description:
  Controls the appearance of the ordinal axis tick label, including the rotation and presence of tick labels. 
 | 
void | 
setPartialTriggers(java.lang.String[] partialTriggers)
Deprecated.  
Description:
  the IDs of the components that should trigger a partial update. 
 | 
void | 
setRendered(boolean rendered)
Deprecated.  
Description:
  Specifies whether the component is rendered. 
 | 
void | 
setRenderedAsString(java.lang.String rendered)
Deprecated.  
Description:
  Specifies whether the component is rendered. 
 | 
void | 
setRenderImagemap(boolean renderImagemap)
Deprecated.  
Description:
  Indicates whether an image map should be rendered for a PNG
  image. 
 | 
void | 
setRenderImagemapAsString(java.lang.String renderImagemap)
Deprecated.  
Description:
  Indicates whether an image map should be rendered for a PNG
  image. 
 | 
void | 
setSelectionListener(java.lang.String selectionListener)
Deprecated.  
Description:
  The listener interface for receiving selection events on the graph. 
 | 
void | 
setSeriesEffect(java.lang.String seriesEffect)
Deprecated.  
Description:
  
  Determines the series effect that is used for a graph. 
 | 
void | 
setShapeAttributesSet(ShapeAttributesSet shapeAttributesSet)
Deprecated.  
Description:
  Wraps shapeAttributes tags for a graph or for a gauge. 
 | 
void | 
setShortDesc(java.lang.String shortDesc)
Deprecated.  
Description:
  Specifies the short description of the graph. 
 | 
void | 
setSliceLabel(SliceLabel sliceLabel)
Deprecated.  
Description:
  Specifies the characteristics of the labels that describes slices of a pie or ring graph. 
 | 
void | 
setStyleClass(java.lang.String styleClass)
Deprecated.  
Description:
  Sets a CSS style class to use for this component. 
 | 
void | 
setSubType(java.lang.String subType)
Deprecated.  
Description:
  
  Specifies the type of graph. 
 | 
void | 
setTitle(java.lang.String title)
Deprecated. 
 
This attribute is deprecated. Use the child tag graphTitle and its text attribute instead. 
 | 
void | 
setValue(java.lang.String value)
Deprecated.  
Description:
  Specifies the graph's data model. 
 | 
_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 int getAnimationDuration()
                         throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setAnimationDuration(int animationDuration)
animationDuration - the value of the animationDuration attribute of the Tag this class represents.public java.lang.String getAnimationDurationAsString()
                                              throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setAnimationDurationAsString(java.lang.String animationDuration)
animationDuration - the value of the animationDuration attribute of the Tag this class represents.public java.lang.String getBinding()
public void setBinding(java.lang.String binding)
binding - the value of the binding 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 getContentDelivery()
public void setContentDelivery(java.lang.String contentDelivery)
contentDelivery - the value of the contentDelivery attribute of the Tag this class represents.public java.lang.String getCustomLayout()
public void setCustomLayout(java.lang.String customLayout)
customLayout - the value of the customLayout attribute of the Tag this class represents.public java.lang.String getDataSelection()
public void setDataSelection(java.lang.String dataSelection)
dataSelection - the value of the dataSelection attribute of the Tag this class represents.public boolean isDrillingEnabled()
public void setDrillingEnabled(boolean drillingEnabled)
drillingEnabled - the value of the drillingEnabled attribute of the Tag this class represents.public java.lang.String isDrillingEnabledAsString()
public void setDrillingEnabledAsString(java.lang.String drillingEnabled)
drillingEnabled - the value of the drillingEnabled attribute of the Tag this class represents.public java.lang.String getDynamicResize()
public void setDynamicResize(java.lang.String dynamicResize)
dynamicResize - the value of the dynamicResize attribute of the Tag this class represents.public java.lang.String getEmptyText()
public void setEmptyText(java.lang.String emptyText)
emptyText - the value of the emptyText 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 getInlineStyle()
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle - the value of the inlineStyle attribute of the Tag this class represents.public java.lang.String getMarkerTooltipTemplate()
public void setMarkerTooltipTemplate(java.lang.String markerTooltipTemplate)
markerTooltipTemplate - the value of the markerTooltipTemplate attribute of the Tag this class represents.public java.lang.String[] getPartialTriggers()
public void setPartialTriggers(java.lang.String[] partialTriggers)
partialTriggers - the value of the partialTriggers 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 boolean isRenderImagemap()
public void setRenderImagemap(boolean renderImagemap)
renderImagemap - the value of the renderImagemap attribute of the Tag this class represents.public java.lang.String isRenderImagemapAsString()
public void setRenderImagemapAsString(java.lang.String renderImagemap)
renderImagemap - the value of the renderImagemap 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 getSeriesEffect()
public void setSeriesEffect(java.lang.String seriesEffect)
seriesEffect - the value of the seriesEffect attribute of the Tag this class represents.public java.lang.String getShortDesc()
public void setShortDesc(java.lang.String shortDesc)
shortDesc - the value of the shortDesc attribute of the Tag this class represents.public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass - the value of the styleClass attribute of the Tag this class represents.public java.lang.String getSubType()
public void setSubType(java.lang.String subType)
subType - the value of the subType attribute of the Tag this class represents.@Deprecated public java.lang.String getTitle()
@Deprecated public void setTitle(java.lang.String title)
title - the value of the title 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 AttributeFormat getAttributeFormat()
public void setAttributeFormat(AttributeFormat attributeFormat)
attributeFormat - the AttributeFormat of the Tag this class represents.public SliceLabel getSliceLabel()
public void setSliceLabel(SliceLabel sliceLabel)
sliceLabel - the SliceLabel of the Tag this class represents.public ShapeAttributesSet getShapeAttributesSet()
public void setShapeAttributesSet(ShapeAttributesSet shapeAttributesSet)
shapeAttributesSet - the ShapeAttributesSet of the Tag this class represents.public O1TickLabel getO1TickLabel()
public void setO1TickLabel(O1TickLabel o1TickLabel)
o1TickLabel - the O1TickLabel of the Tag this class represents.public LegendTitle getLegendTitle()
public void setLegendTitle(LegendTitle legendTitle)
legendTitle - the LegendTitle of the Tag this class represents.public LegendText getLegendText()
public void setLegendText(LegendText legendText)
legendText - the LegendText of the Tag this class represents.public LegendArea getLegendArea()
public void setLegendArea(LegendArea legendArea)
legendArea - the LegendArea of the Tag this class represents.public GraphTitle getGraphTitle()
public void setGraphTitle(GraphTitle graphTitle)
graphTitle - the GraphTitle of the Tag this class represents.public GraphSubtitle getGraphSubtitle()
public void setGraphSubtitle(GraphSubtitle graphSubtitle)
graphSubtitle - the GraphSubtitle of the Tag this class represents.public GraphFootnote getGraphFootnote()
public void setGraphFootnote(GraphFootnote graphFootnote)
graphFootnote - the GraphFootnote of the Tag this class represents.public Background getBackground()
public void setBackground(Background background)
background - the Background of the Tag this class represents.