ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.chart
Class ChartBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.icefaces.ace.component.chart.ChartBase
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, IceClientBehaviorHolder
Direct Known Subclasses:
Chart

public class ChartBase
extends javax.faces.component.UIComponentBase
implements IceClientBehaviorHolder


Nested Class Summary
protected static class ChartBase.PropertyKeys
           
 
Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Constructor Summary
ChartBase()
           
 
Method Summary
 void addClientBehavior(java.lang.String eventName, javax.faces.component.behavior.ClientBehavior behavior)
           
 Axis getDefaultAxesConfig()
          Return the value of the defaultAxesConfig property.
 java.lang.String getDefaultEventName()
           
 java.lang.String getDefaultExecute(java.lang.String event)
           
 java.lang.String getDefaultRender(java.lang.String event)
           
 ChartSeries getDefaultSeriesConfig()
          Return the value of the defaultSeriesConfig property.
 java.util.Collection<java.lang.String> getEventNames()
           
 java.lang.String getFamily()
           
 HighlighterTooltipAxes getHighlighterAxes()
          Return the value of the highlighterAxes property.
 java.lang.String getHighlighterFormatString()
          Return the value of the highlighterFormatString property.
 Location getHighlighterLocation()
          Return the value of the highlighterLocation property.
 java.lang.Integer getHighlighterYValueCount()
          Return the value of the highlighterYValueCount property.
 Location getLegendLocation()
          Return the value of the legendLocation property.
 LegendPlacement getLegendPlacement()
          Return the value of the legendPlacement property.
 javax.el.MethodExpression getPointChangeListener()
          Return the value of the pointChangeListener property.
 javax.el.MethodExpression getSelectListener()
          Return the value of the selectListener property.
 java.lang.String getTitle()
          Return the value of the title property.
 java.util.List getValue()
          Return the value of the value property.
 java.lang.String getWidgetVar()
          Return the value of the widgetVar property.
 Axis getX2Axis()
          Return the value of the x2Axis property.
 Axis getXAxis()
          Return the value of the xAxis property.
 Axis[] getYAxes()
          Return the value of the yAxes property.
 java.lang.Boolean isAnimated()
          Return the value of the animated property.
 java.lang.Boolean isCursor()
          Return the value of the cursor property.
 java.lang.Boolean isHiddenInitPolling()
          Return the value of the hiddenInitPolling property.
 java.lang.Boolean isHighlighter()
          Return the value of the highlighter property.
 java.lang.Boolean isHighlighterBringSeriesToFront()
          Return the value of the highlighterBringSeriesToFront property.
 java.lang.Boolean isHighlighterShowMarker()
          Return the value of the highlighterShowMarker property.
 java.lang.Boolean isLegend()
          Return the value of the legend property.
 java.lang.Boolean isShowTooltip()
          Return the value of the showTooltip property.
 java.lang.Boolean isStackSeries()
          Return the value of the stackSeries property.
 java.lang.Boolean isZoom()
          Return the value of the zoom property.
 void setAnimated(java.lang.Boolean animated)
          Set the value of the animated property.
 void setCursor(java.lang.Boolean cursor)
          Set the value of the cursor property.
 void setDefaultAxesConfig(Axis defaultAxesConfig)
          Set the value of the defaultAxesConfig property.
 void setDefaultSeriesConfig(ChartSeries defaultSeriesConfig)
          Set the value of the defaultSeriesConfig property.
 void setHiddenInitPolling(java.lang.Boolean hiddenInitPolling)
          Set the value of the hiddenInitPolling property.
 void setHighlighter(java.lang.Boolean highlighter)
          Set the value of the highlighter property.
 void setHighlighterAxes(HighlighterTooltipAxes highlighterAxes)
          Set the value of the highlighterAxes property.
 void setHighlighterBringSeriesToFront(java.lang.Boolean highlighterBringSeriesToFront)
          Set the value of the highlighterBringSeriesToFront property.
 void setHighlighterFormatString(java.lang.String highlighterFormatString)
          Set the value of the highlighterFormatString property.
 void setHighlighterLocation(Location highlighterLocation)
          Set the value of the highlighterLocation property.
 void setHighlighterShowMarker(java.lang.Boolean highlighterShowMarker)
          Set the value of the highlighterShowMarker property.
 void setHighlighterYValueCount(java.lang.Integer highlighterYValueCount)
          Set the value of the highlighterYValueCount property.
 void setLegend(java.lang.Boolean legend)
          Set the value of the legend property.
 void setLegendLocation(Location legendLocation)
          Set the value of the legendLocation property.
 void setLegendPlacement(LegendPlacement legendPlacement)
          Set the value of the legendPlacement property.
 void setPointChangeListener(javax.el.MethodExpression pointChangeListener)
          Set the value of the pointChangeListener property.
 void setSelectListener(javax.el.MethodExpression selectListener)
          Set the value of the selectListener property.
 void setShowTooltip(java.lang.Boolean showTooltip)
          Set the value of the showTooltip property.
 void setStackSeries(java.lang.Boolean stackSeries)
          Set the value of the stackSeries property.
 void setTitle(java.lang.String title)
          Set the value of the title property.
 void setValue(java.util.List value)
          Set the value of the value property.
 void setWidgetVar(java.lang.String widgetVar)
          Set the value of the widgetVar property.
 void setX2Axis(Axis x2Axis)
          Set the value of the x2Axis property.
 void setXAxis(Axis xAxis)
          Set the value of the xAxis property.
 void setYAxes(Axis[] yAxes)
          Set the value of the yAxes property.
 void setZoom(java.lang.Boolean zoom)
          Set the value of the zoom property.
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
getClientBehaviors
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

ChartBase

public ChartBase()
Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

setSelectListener

public void setSelectListener(javax.el.MethodExpression selectListener)

Set the value of the selectListener property.


getSelectListener

public javax.el.MethodExpression getSelectListener()

Return the value of the selectListener property.


setAnimated

public void setAnimated(java.lang.Boolean animated)

Set the value of the animated property.


isAnimated

public java.lang.Boolean isAnimated()

Return the value of the animated property.


setCursor

public void setCursor(java.lang.Boolean cursor)

Set the value of the cursor property.


isCursor

public java.lang.Boolean isCursor()

Return the value of the cursor property.


setHiddenInitPolling

public void setHiddenInitPolling(java.lang.Boolean hiddenInitPolling)

Set the value of the hiddenInitPolling property.


isHiddenInitPolling

public java.lang.Boolean isHiddenInitPolling()

Return the value of the hiddenInitPolling property.


setZoom

public void setZoom(java.lang.Boolean zoom)

Set the value of the zoom property.


isZoom

public java.lang.Boolean isZoom()

Return the value of the zoom property.


setTitle

public void setTitle(java.lang.String title)

Set the value of the title property.


getTitle

public java.lang.String getTitle()

Return the value of the title property.


setDefaultSeriesConfig

public void setDefaultSeriesConfig(ChartSeries defaultSeriesConfig)

Set the value of the defaultSeriesConfig property.


getDefaultSeriesConfig

public ChartSeries getDefaultSeriesConfig()

Return the value of the defaultSeriesConfig property.


setHighlighterAxes

public void setHighlighterAxes(HighlighterTooltipAxes highlighterAxes)

Set the value of the highlighterAxes property.


getHighlighterAxes

public HighlighterTooltipAxes getHighlighterAxes()

Return the value of the highlighterAxes property.


setWidgetVar

public void setWidgetVar(java.lang.String widgetVar)

Set the value of the widgetVar property.


getWidgetVar

public java.lang.String getWidgetVar()

Return the value of the widgetVar property.


setLegendPlacement

public void setLegendPlacement(LegendPlacement legendPlacement)

Set the value of the legendPlacement property.


getLegendPlacement

public LegendPlacement getLegendPlacement()

Return the value of the legendPlacement property.


setHighlighterFormatString

public void setHighlighterFormatString(java.lang.String highlighterFormatString)

Set the value of the highlighterFormatString property.


getHighlighterFormatString

public java.lang.String getHighlighterFormatString()

Return the value of the highlighterFormatString property.


setValue

public void setValue(java.util.List value)

Set the value of the value property.


getValue

public java.util.List getValue()

Return the value of the value property.


setDefaultAxesConfig

public void setDefaultAxesConfig(Axis defaultAxesConfig)

Set the value of the defaultAxesConfig property.


getDefaultAxesConfig

public Axis getDefaultAxesConfig()

Return the value of the defaultAxesConfig property.


setHighlighterBringSeriesToFront

public void setHighlighterBringSeriesToFront(java.lang.Boolean highlighterBringSeriesToFront)

Set the value of the highlighterBringSeriesToFront property.


isHighlighterBringSeriesToFront

public java.lang.Boolean isHighlighterBringSeriesToFront()

Return the value of the highlighterBringSeriesToFront property.


setXAxis

public void setXAxis(Axis xAxis)

Set the value of the xAxis property.


getXAxis

public Axis getXAxis()

Return the value of the xAxis property.


setStackSeries

public void setStackSeries(java.lang.Boolean stackSeries)

Set the value of the stackSeries property.


isStackSeries

public java.lang.Boolean isStackSeries()

Return the value of the stackSeries property.


setYAxes

public void setYAxes(Axis[] yAxes)

Set the value of the yAxes property.


getYAxes

public Axis[] getYAxes()

Return the value of the yAxes property.


setLegendLocation

public void setLegendLocation(Location legendLocation)

Set the value of the legendLocation property.


getLegendLocation

public Location getLegendLocation()

Return the value of the legendLocation property.


setHighlighterYValueCount

public void setHighlighterYValueCount(java.lang.Integer highlighterYValueCount)

Set the value of the highlighterYValueCount property.


getHighlighterYValueCount

public java.lang.Integer getHighlighterYValueCount()

Return the value of the highlighterYValueCount property.


setHighlighterLocation

public void setHighlighterLocation(Location highlighterLocation)

Set the value of the highlighterLocation property.


getHighlighterLocation

public Location getHighlighterLocation()

Return the value of the highlighterLocation property.


setShowTooltip

public void setShowTooltip(java.lang.Boolean showTooltip)

Set the value of the showTooltip property.


isShowTooltip

public java.lang.Boolean isShowTooltip()

Return the value of the showTooltip property.


setLegend

public void setLegend(java.lang.Boolean legend)

Set the value of the legend property.


isLegend

public java.lang.Boolean isLegend()

Return the value of the legend property.


setHighlighterShowMarker

public void setHighlighterShowMarker(java.lang.Boolean highlighterShowMarker)

Set the value of the highlighterShowMarker property.


isHighlighterShowMarker

public java.lang.Boolean isHighlighterShowMarker()

Return the value of the highlighterShowMarker property.


setHighlighter

public void setHighlighter(java.lang.Boolean highlighter)

Set the value of the highlighter property.


isHighlighter

public java.lang.Boolean isHighlighter()

Return the value of the highlighter property.


setPointChangeListener

public void setPointChangeListener(javax.el.MethodExpression pointChangeListener)

Set the value of the pointChangeListener property.


getPointChangeListener

public javax.el.MethodExpression getPointChangeListener()

Return the value of the pointChangeListener property.


setX2Axis

public void setX2Axis(Axis x2Axis)

Set the value of the x2Axis property.


getX2Axis

public Axis getX2Axis()

Return the value of the x2Axis property.


getEventNames

public java.util.Collection<java.lang.String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getDefaultEventName

public java.lang.String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

getDefaultRender

public java.lang.String getDefaultRender(java.lang.String event)
Specified by:
getDefaultRender in interface IceClientBehaviorHolder

getDefaultExecute

public java.lang.String getDefaultExecute(java.lang.String event)
Specified by:
getDefaultExecute in interface IceClientBehaviorHolder

addClientBehavior

public void addClientBehavior(java.lang.String eventName,
                              javax.faces.component.behavior.ClientBehavior behavior)
Specified by:
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
addClientBehavior in class javax.faces.component.UIComponentBase

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.