|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.icefaces.ace.component.chart.ChartBase
public class ChartBase
| 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 |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public ChartBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setSelectListener(javax.el.MethodExpression selectListener)
Set the value of the selectListener property.
public javax.el.MethodExpression getSelectListener()
Return the value of the selectListener property.
public void setAnimated(java.lang.Boolean animated)
Set the value of the animated property.
public java.lang.Boolean isAnimated()
Return the value of the animated property.
public void setCursor(java.lang.Boolean cursor)
Set the value of the cursor property.
public java.lang.Boolean isCursor()
Return the value of the cursor property.
public void setHiddenInitPolling(java.lang.Boolean hiddenInitPolling)
Set the value of the hiddenInitPolling property.
public java.lang.Boolean isHiddenInitPolling()
Return the value of the hiddenInitPolling property.
public void setZoom(java.lang.Boolean zoom)
Set the value of the zoom property.
public java.lang.Boolean isZoom()
Return the value of the zoom property.
public void setTitle(java.lang.String title)
Set the value of the title property.
public java.lang.String getTitle()
Return the value of the title property.
public void setDefaultSeriesConfig(ChartSeries defaultSeriesConfig)
Set the value of the defaultSeriesConfig property.
public ChartSeries getDefaultSeriesConfig()
Return the value of the defaultSeriesConfig property.
public void setHighlighterAxes(HighlighterTooltipAxes highlighterAxes)
Set the value of the highlighterAxes property.
public HighlighterTooltipAxes getHighlighterAxes()
Return the value of the highlighterAxes property.
public void setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property.
public java.lang.String getWidgetVar()
Return the value of the widgetVar property.
public void setLegendPlacement(LegendPlacement legendPlacement)
Set the value of the legendPlacement property.
public LegendPlacement getLegendPlacement()
Return the value of the legendPlacement property.
public void setHighlighterFormatString(java.lang.String highlighterFormatString)
Set the value of the highlighterFormatString property.
public java.lang.String getHighlighterFormatString()
Return the value of the highlighterFormatString property.
public void setValue(java.util.List value)
Set the value of the value property.
public java.util.List getValue()
Return the value of the value property.
public void setDefaultAxesConfig(Axis defaultAxesConfig)
Set the value of the defaultAxesConfig property.
public Axis getDefaultAxesConfig()
Return the value of the defaultAxesConfig property.
public void setHighlighterBringSeriesToFront(java.lang.Boolean highlighterBringSeriesToFront)
Set the value of the highlighterBringSeriesToFront property.
public java.lang.Boolean isHighlighterBringSeriesToFront()
Return the value of the highlighterBringSeriesToFront property.
public void setXAxis(Axis xAxis)
Set the value of the xAxis property.
public Axis getXAxis()
Return the value of the xAxis property.
public void setStackSeries(java.lang.Boolean stackSeries)
Set the value of the stackSeries property.
public java.lang.Boolean isStackSeries()
Return the value of the stackSeries property.
public void setYAxes(Axis[] yAxes)
Set the value of the yAxes property.
public Axis[] getYAxes()
Return the value of the yAxes property.
public void setLegendLocation(Location legendLocation)
Set the value of the legendLocation property.
public Location getLegendLocation()
Return the value of the legendLocation property.
public void setHighlighterYValueCount(java.lang.Integer highlighterYValueCount)
Set the value of the highlighterYValueCount property.
public java.lang.Integer getHighlighterYValueCount()
Return the value of the highlighterYValueCount property.
public void setHighlighterLocation(Location highlighterLocation)
Set the value of the highlighterLocation property.
public Location getHighlighterLocation()
Return the value of the highlighterLocation property.
public void setShowTooltip(java.lang.Boolean showTooltip)
Set the value of the showTooltip property.
public java.lang.Boolean isShowTooltip()
Return the value of the showTooltip property.
public void setLegend(java.lang.Boolean legend)
Set the value of the legend property.
public java.lang.Boolean isLegend()
Return the value of the legend property.
public void setHighlighterShowMarker(java.lang.Boolean highlighterShowMarker)
Set the value of the highlighterShowMarker property.
public java.lang.Boolean isHighlighterShowMarker()
Return the value of the highlighterShowMarker property.
public void setHighlighter(java.lang.Boolean highlighter)
Set the value of the highlighter property.
public java.lang.Boolean isHighlighter()
Return the value of the highlighter property.
public void setPointChangeListener(javax.el.MethodExpression pointChangeListener)
Set the value of the pointChangeListener property.
public javax.el.MethodExpression getPointChangeListener()
Return the value of the pointChangeListener property.
public void setX2Axis(Axis x2Axis)
Set the value of the x2Axis property.
public Axis getX2Axis()
Return the value of the x2Axis property.
public java.util.Collection<java.lang.String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultRender(java.lang.String event)
getDefaultRender in interface IceClientBehaviorHolderpublic java.lang.String getDefaultExecute(java.lang.String event)
getDefaultExecute in interface IceClientBehaviorHolder
public void addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolderaddClientBehavior in class javax.faces.component.UIComponentBase
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||