public class Chart extends UIComponentBase implements org.primefaces.component.api.Widget, ClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Chart.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY| Constructor and Description |
|---|
Chart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
ChartModel |
getModel() |
String |
getStyle() |
String |
getStyleClass() |
String |
getType() |
String |
getWidgetVar() |
void |
queueEvent(FacesEvent event) |
String |
resolveWidgetVar() |
void |
setModel(ChartModel _model) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setType(String _type) |
void |
setWidgetVar(String _widgetVar) |
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, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClientBehavior, getClientBehaviorspublic static final String COMPONENT_TYPE
public String getFamily()
getFamily in class UIComponentpublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getType()
public void setType(String _type)
public ChartModel getModel()
public void setModel(ChartModel _model)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public Collection<String> getEventNames()
getEventNames in interface ClientBehaviorHoldergetEventNames in class UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface ClientBehaviorHoldergetDefaultEventName in class UIComponentBasepublic void queueEvent(FacesEvent event)
queueEvent in class UIComponentBasepublic String resolveWidgetVar()
resolveWidgetVar in interface org.primefaces.component.api.WidgetCopyright © 2016. All rights reserved.