public abstract class AbstractSeries
extends javax.faces.component.UIComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
AbstractSeries.SymbolType
Point symbols for line chart
|
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractSeries() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getColor()
Attribute define the color of data plotted.
|
abstract ChartDataModel |
getData()
Data passed into chart.
|
abstract String |
getLabel()
Description of data shown in a legend.
|
abstract String |
getOnplotclick()
Javascript handler for plotclick event for this series only.
|
abstract String |
getOnplothover()
Mouse over handler event for this series only.
|
abstract javax.el.MethodExpression |
getPlotClickListener()
Server-side listener for plotclick event fired by this series only.
|
abstract AbstractSeries.SymbolType |
getSymbol()
Point symbol for line chart Allowed values:
circle
square
cross
triangle
diamond
|
abstract ChartDataModel.ChartType |
getType()
The attributes define type of a chart.
|
abstract void |
setPlotClickListener(javax.el.MethodExpression e) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, getFamily, 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 abstract ChartDataModel.ChartType getType()
public abstract AbstractSeries.SymbolType getSymbol()
public abstract String getLabel()
public abstract ChartDataModel getData()
public abstract String getColor()
public abstract String getOnplotclick()
public abstract String getOnplothover()
public abstract javax.el.MethodExpression getPlotClickListener()
public abstract void setPlotClickListener(javax.el.MethodExpression e)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.