@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) |
broadcast
addClientBehavior, 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, visitTree
getClientId, 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, unsubscribeFromEvent
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 getHooks()
AbstractChart
getHooks
in class AbstractChart
public void setHooks(String hooks)
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)
setPlotClickListener
in class AbstractChart
public String getStyle()
CoreProps
public void setStyle(String style)
public String getStyleClass()
CoreProps
getStyleClass
in interface CoreProps
public void setStyleClass(String styleClass)
public String getTitle()
CoreProps
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 © 2016 JBoss by Red Hat. All Rights Reserved.