@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIChart extends AbstractChart implements javax.faces.component.behavior.ClientBehaviorHolder, CoreProps
| 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 |
getHooks()
A set of JavaScript functions to modify the plotting process.
|
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 |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
String |
getTitle()
Advisory title information about markup elements generated for this component.
|
boolean |
isZoom()
Attribute define whether zoom is enabled.
|
void |
removePlotClickListener(PlotClickListener listener) |
void |
setHooks(String hooks) |
void |
setOnmouseout(String onmouseout) |
void |
setOnplotclick(String onplotclick) |
void |
setOnplothover(String onplothover) |
void |
setPlotClickListener(javax.el.MethodExpression plotClickListener) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
void |
setZoom(boolean zoom) |
broadcastaddClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventpublic 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 getHooks()
AbstractChartgetHooks in class AbstractChartpublic void setHooks(String hooks)
public 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)
setPlotClickListener in class AbstractChartpublic String getStyle()
CorePropspublic void setStyle(String style)
public String getStyleClass()
CorePropsgetStyleClass in interface CorePropspublic void setStyleClass(String styleClass)
public String getTitle()
CorePropspublic 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 © 2016 JBoss by Red Hat. All Rights Reserved.