@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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
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 getColor()
AbstractSeries
getColor
in class AbstractSeries
public void setColor(String color)
public ChartDataModel getData()
AbstractSeries
getData
in class AbstractSeries
public void setData(ChartDataModel data)
public String getLabel()
AbstractSeries
getLabel
in class AbstractSeries
public void setLabel(String label)
public String getOnplotclick()
AbstractSeries
getOnplotclick
in class AbstractSeries
public void setOnplotclick(String onplotclick)
public String getOnplothover()
AbstractSeries
getOnplothover
in class AbstractSeries
public void setOnplothover(String onplothover)
public javax.el.MethodExpression getPlotClickListener()
AbstractSeries
getPlotClickListener
in class AbstractSeries
public void setPlotClickListener(javax.el.MethodExpression plotClickListener)
setPlotClickListener
in class AbstractSeries
public AbstractSeries.SymbolType getSymbol()
AbstractSeries
getSymbol
in class AbstractSeries
public void setSymbol(AbstractSeries.SymbolType symbol)
public ChartDataModel.ChartType getType()
AbstractSeries
getType
in class AbstractSeries
public 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.