public abstract class AbstractChart
extends javax.faces.component.UIComponentBase
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractChart() |
Modifier and Type | Method and Description |
---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
abstract String |
getOnmouseout()
Complementary event for plothover fired when mouse leaves the chart grid.
|
abstract String |
getOnplotclick()
Javascript handler function for plotclick event called for each series.
|
abstract String |
getOnplothover()
Javascript handler function for plothover event for each series.
|
abstract javax.el.MethodExpression |
getPlotClickListener()
Server-side listener for plotclick event.
|
abstract String |
getStyleClass()
The attribute assign CSS class to component div.
|
abstract String |
getTitle()
Chart title shown above the chart.
|
abstract boolean |
isZoom()
Attribute define whether zoom is enabled.
|
addClientBehavior, addFacesListener, 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 String getTitle()
public abstract String getStyleClass()
public abstract boolean isZoom()
public abstract String getOnplotclick()
public abstract String getOnplothover()
public abstract String getOnmouseout()
public abstract javax.el.MethodExpression getPlotClickListener()
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class javax.faces.component.UIComponentBase
javax.faces.event.AbortProcessingException
Copyright © 2014 JBoss by Red Hat. All rights reserved.