org.apache.myfaces.trinidadinternal.taglib.core.data
Class CoreChartTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.myfaces.trinidad.webapp.UIXComponentTag
          extended by org.apache.myfaces.trinidadinternal.taglib.UIXChartTag
              extended by org.apache.myfaces.trinidadinternal.taglib.core.data.CoreChartTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class CoreChartTag
extends UIXChartTag

Auto-generated tag class.


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CoreChartTag()
          Construct an instance of the CoreChartTag.
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setAnimationDuration(java.lang.String animationDuration)
           
 void setGradientsUsed(java.lang.String gradientsUsed)
           
 void setInlineStyle(java.lang.String inlineStyle)
           
 void setLegendPosition(java.lang.String legendPosition)
           
 void setMaxPrecision(java.lang.String maxPrecision)
           
 void setPartialTriggers(java.lang.String partialTriggers)
           
 void setPerspective(java.lang.String perspective)
           
protected  void setProperties(org.apache.myfaces.trinidad.bean.FacesBean bean)
           
 void setShortDesc(java.lang.String shortDesc)
           
 void setStyleClass(java.lang.String styleClass)
           
 void setTemplateSource(java.lang.String templateSource)
           
 void setTooltipsVisible(java.lang.String tooltipsVisible)
           
 void setType(java.lang.String type)
           
 void setXMajorGridLineCount(java.lang.String XMajorGridLineCount)
           
 void setYMajorGridLineCount(java.lang.String YMajorGridLineCount)
           
 void setYMinorGridLineCount(java.lang.String YMinorGridLineCount)
           
 
Methods inherited from class org.apache.myfaces.trinidadinternal.taglib.UIXChartTag
setChartDrillDownListener, setValue
 
Methods inherited from class org.apache.myfaces.trinidad.webapp.UIXComponentTag
createMethodBinding, createValueBinding, doEndTag, doStartTag, encodeBegin, setAttributeChangeListener, setBooleanProperty, setCharacterProperty, setDateProperty, setDoubleProperty, setFloatProperty, setId, setIntArrayProperty, setIntegerProperty, setLongProperty, setNumberProperty, setProperties, setProperty, setRendered, setStringArrayProperty, setValidationError
 
Methods inherited from class javax.faces.webapp.UIComponentTag
encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setPageContext, setParent, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreChartTag

public CoreChartTag()
Construct an instance of the CoreChartTag.

Method Detail

getComponentType

public java.lang.String getComponentType()
Specified by:
getComponentType in class javax.faces.webapp.UIComponentTag

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.UIComponentTag

setInlineStyle

public void setInlineStyle(java.lang.String inlineStyle)

setStyleClass

public void setStyleClass(java.lang.String styleClass)

setShortDesc

public void setShortDesc(java.lang.String shortDesc)

setPartialTriggers

public void setPartialTriggers(java.lang.String partialTriggers)

setType

public void setType(java.lang.String type)

setTemplateSource

public void setTemplateSource(java.lang.String templateSource)

setPerspective

public void setPerspective(java.lang.String perspective)

setLegendPosition

public void setLegendPosition(java.lang.String legendPosition)

setAnimationDuration

public void setAnimationDuration(java.lang.String animationDuration)

setYMajorGridLineCount

public void setYMajorGridLineCount(java.lang.String YMajorGridLineCount)

setYMinorGridLineCount

public void setYMinorGridLineCount(java.lang.String YMinorGridLineCount)

setXMajorGridLineCount

public void setXMajorGridLineCount(java.lang.String XMajorGridLineCount)

setMaxPrecision

public void setMaxPrecision(java.lang.String maxPrecision)

setGradientsUsed

public void setGradientsUsed(java.lang.String gradientsUsed)

setTooltipsVisible

public void setTooltipsVisible(java.lang.String tooltipsVisible)

setProperties

protected void setProperties(org.apache.myfaces.trinidad.bean.FacesBean bean)
Overrides:
setProperties in class UIXChartTag

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class UIXChartTag


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.