public abstract class AbstractChart extends javax.faces.component.UIComponentBase implements CoreProps
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 |
getHooks()
A set of JavaScript functions to modify the plotting process.
|
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 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStyle, getStyleClass, getTitle
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isZoom()
public abstract String getHooks()
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 © 2015 JBoss by Red Hat. All Rights Reserved.