@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) |
broadcastaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getOnmouseout()
AbstractChartgetOnmouseout in class AbstractChartpublic void setOnmouseout(String onmouseout)
public String getOnplotclick()
AbstractChartgetOnplotclick in class AbstractChartpublic void setOnplotclick(String onplotclick)
public String getOnplothover()
AbstractChartgetOnplothover in class AbstractChartpublic void setOnplothover(String onplothover)
public javax.el.MethodExpression getPlotClickListener()
AbstractChartgetPlotClickListener in class AbstractChartpublic void setPlotClickListener(javax.el.MethodExpression plotClickListener)
public String getStyleClass()
AbstractChartgetStyleClass in class AbstractChartpublic void setStyleClass(String styleClass)
public String getTitle()
AbstractChartgetTitle in class AbstractChartpublic void setTitle(String title)
public boolean isZoom()
AbstractChartisZoom in class AbstractChartpublic void setZoom(boolean zoom)
public void addPlotClickListener(PlotClickListener listener)
public PlotClickListener[] getPlotClickListeners()
public void removePlotClickListener(PlotClickListener listener)
Copyright © 2014 JBoss by Red Hat. All rights reserved.