@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIChart extends AbstractChart implements javax.faces.component.behavior.ClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
protected static class |
UIChart.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIChart() |
Modifier and Type | Method and Description |
---|---|
void |
addPlotClickListener(PlotClickListener listener) |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getOnmouseout()
Complementary event for plothover fired when mouse leaves the chart grid.
|
String |
getOnplotclick()
Javascript handler function for plotclick event called for each series.
|
String |
getOnplothover()
Javascript handler function for plothover event for each series.
|
javax.el.MethodExpression |
getPlotClickListener()
Server-side listener for plotclick event.
|
PlotClickListener[] |
getPlotClickListeners() |
String |
getStyleClass()
The attribute assign CSS class to component div.
|
String |
getTitle()
Chart title shown above the chart.
|
boolean |
isZoom()
Attribute define whether zoom is enabled.
|
void |
removePlotClickListener(PlotClickListener listener) |
void |
setOnmouseout(String onmouseout) |
void |
setOnplotclick(String onplotclick) |
void |
setOnplothover(String onplothover) |
void |
setPlotClickListener(javax.el.MethodExpression plotClickListener) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
void |
setZoom(boolean zoom) |
broadcast
addClientBehavior, addFacesListener, 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
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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public String getOnmouseout()
AbstractChart
getOnmouseout
in class AbstractChart
public void setOnmouseout(String onmouseout)
public String getOnplotclick()
AbstractChart
getOnplotclick
in class AbstractChart
public void setOnplotclick(String onplotclick)
public String getOnplothover()
AbstractChart
getOnplothover
in class AbstractChart
public void setOnplothover(String onplothover)
public javax.el.MethodExpression getPlotClickListener()
AbstractChart
getPlotClickListener
in class AbstractChart
public void setPlotClickListener(javax.el.MethodExpression plotClickListener)
public String getStyleClass()
AbstractChart
getStyleClass
in class AbstractChart
public void setStyleClass(String styleClass)
public String getTitle()
AbstractChart
getTitle
in class AbstractChart
public void setTitle(String title)
public boolean isZoom()
AbstractChart
isZoom
in class AbstractChart
public void setZoom(boolean zoom)
public void addPlotClickListener(PlotClickListener listener)
public PlotClickListener[] getPlotClickListeners()
public void removePlotClickListener(PlotClickListener listener)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.