@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, 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 getColor()
AbstractChartSeries
getColor
in class AbstractChartSeries
public void setColor(String color)
public ChartDataModel getData()
AbstractChartSeries
getData
in class AbstractChartSeries
public void setData(ChartDataModel data)
public String getLabel()
AbstractChartSeries
getLabel
in class AbstractChartSeries
public void setLabel(String label)
public String getOnplotclick()
AbstractChartSeries
getOnplotclick
in class AbstractChartSeries
public void setOnplotclick(String onplotclick)
public String getOnplothover()
AbstractChartSeries
getOnplothover
in class AbstractChartSeries
public void setOnplothover(String onplothover)
public javax.el.MethodExpression getPlotClickListener()
AbstractChartSeries
getPlotClickListener
in class AbstractChartSeries
public void setPlotClickListener(javax.el.MethodExpression plotClickListener)
setPlotClickListener
in class AbstractChartSeries
public AbstractChartSeries.SymbolType getSymbol()
AbstractChartSeries
getSymbol
in class AbstractChartSeries
public void setSymbol(AbstractChartSeries.SymbolType symbol)
public ChartDataModel.ChartType getType()
AbstractChartSeries
getType
in class AbstractChartSeries
public void setType(ChartDataModel.ChartType type)
public void addPlotClickListener(PlotClickListener listener)
public PlotClickListener[] getPlotClickListeners()
public void removePlotClickListener(PlotClickListener listener)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.