@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UISeries extends AbstractSeries implements javax.faces.component.behavior.ClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UISeries.Properties |
AbstractSeries.SymbolType| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UISeries() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPlotClickListener(PlotClickListener listener) |
String |
getColor()
Attribute define the color of data plotted.
|
ChartDataModel |
getData()
Data passed into chart.
|
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLabel()
Description of data shown in a legend.
|
String |
getOnplotclick()
Javascript handler for plotclick event for this series only.
|
String |
getOnplothover()
Mouse over handler event for this series only.
|
javax.el.MethodExpression |
getPlotClickListener()
Server-side listener for plotclick event fired by this series only.
|
PlotClickListener[] |
getPlotClickListeners() |
AbstractSeries.SymbolType |
getSymbol()
Point symbol for line chart Allowed values:
circle
square
cross
triangle
diamond
|
ChartDataModel.ChartType |
getType()
The attributes define type of a chart.
|
void |
removePlotClickListener(PlotClickListener listener) |
void |
setColor(String color) |
void |
setData(ChartDataModel data) |
void |
setLabel(String label) |
void |
setOnplotclick(String onplotclick) |
void |
setOnplothover(String onplothover) |
void |
setPlotClickListener(javax.el.MethodExpression plotClickListener) |
void |
setSymbol(AbstractSeries.SymbolType symbol) |
void |
setType(ChartDataModel.ChartType type) |
addClientBehavior, addFacesListener, broadcast, 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 getColor()
AbstractSeriesgetColor in class AbstractSeriespublic void setColor(String color)
public ChartDataModel getData()
AbstractSeriesgetData in class AbstractSeriespublic void setData(ChartDataModel data)
public String getLabel()
AbstractSeriesgetLabel in class AbstractSeriespublic void setLabel(String label)
public String getOnplotclick()
AbstractSeriesgetOnplotclick in class AbstractSeriespublic void setOnplotclick(String onplotclick)
public String getOnplothover()
AbstractSeriesgetOnplothover in class AbstractSeriespublic void setOnplothover(String onplothover)
public javax.el.MethodExpression getPlotClickListener()
AbstractSeriesgetPlotClickListener in class AbstractSeriespublic void setPlotClickListener(javax.el.MethodExpression plotClickListener)
setPlotClickListener in class AbstractSeriespublic AbstractSeries.SymbolType getSymbol()
AbstractSeriesgetSymbol in class AbstractSeriespublic void setSymbol(AbstractSeries.SymbolType symbol)
public ChartDataModel.ChartType getType()
AbstractSeriesgetType in class AbstractSeriespublic void setType(ChartDataModel.ChartType type)
public void addPlotClickListener(PlotClickListener listener)
public PlotClickListener[] getPlotClickListeners()
public void removePlotClickListener(PlotClickListener listener)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.