@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UISeries extends AbstractChartSeries implements javax.faces.component.behavior.ClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UISeries.Properties |
AbstractChartSeries.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() |
AbstractChartSeries.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(AbstractChartSeries.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()
AbstractChartSeriesgetColor in class AbstractChartSeriespublic void setColor(String color)
public ChartDataModel getData()
AbstractChartSeriesgetData in class AbstractChartSeriespublic void setData(ChartDataModel data)
public String getLabel()
AbstractChartSeriesgetLabel in class AbstractChartSeriespublic void setLabel(String label)
public String getOnplotclick()
AbstractChartSeriesgetOnplotclick in class AbstractChartSeriespublic void setOnplotclick(String onplotclick)
public String getOnplothover()
AbstractChartSeriesgetOnplothover in class AbstractChartSeriespublic void setOnplothover(String onplothover)
public javax.el.MethodExpression getPlotClickListener()
AbstractChartSeriesgetPlotClickListener in class AbstractChartSeriespublic void setPlotClickListener(javax.el.MethodExpression plotClickListener)
setPlotClickListener in class AbstractChartSeriespublic AbstractChartSeries.SymbolType getSymbol()
AbstractChartSeriesgetSymbol in class AbstractChartSeriespublic void setSymbol(AbstractChartSeries.SymbolType symbol)
public ChartDataModel.ChartType getType()
AbstractChartSeriesgetType in class AbstractChartSeriespublic 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.