public class DonutChart extends UIChart implements Widget
Modifier and Type | Class and Description |
---|---|
protected static class |
DonutChart.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
DonutChart() |
Modifier and Type | Method and Description |
---|---|
String |
getDataFormat() |
String |
getFamily() |
int |
getSliceMargin() |
DonutChartModel |
getValue() |
String |
getWidgetVar() |
boolean |
isFill() |
boolean |
isShowDataLabels() |
String |
resolveWidgetVar() |
void |
setDataFormat(String _dataFormat) |
void |
setFill(boolean _fill) |
void |
setShowDataLabels(boolean _showDataLabels) |
void |
setSliceMargin(int _sliceMargin) |
void |
setValue(DonutChartModel _value) |
void |
setWidgetVar(String _widgetVar) |
getDefaultEventName, getEventNames, getExtender, getLegendCols, getLegendPosition, getLegendRows, getSeriesColors, getStyle, getStyleClass, getTitle, getXaxisAngle, getXaxisLabel, getYaxisAngle, getYaxisLabel, isShadow, queueEvent, setExtender, setLegendCols, setLegendPosition, setLegendRows, setSeriesColors, setShadow, setStyle, setStyleClass, setTitle, setXaxisAngle, setXaxisLabel, setYaxisAngle, setYaxisLabel
clearInitialState, getConverter, getLocalValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, 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 String getFamily()
getFamily
in class javax.faces.component.UIOutput
public String getWidgetVar()
getWidgetVar
in class UIChart
public void setWidgetVar(String _widgetVar)
setWidgetVar
in class UIChart
public DonutChartModel getValue()
getValue
in interface javax.faces.component.ValueHolder
getValue
in class javax.faces.component.UIOutput
public void setValue(DonutChartModel _value)
public int getSliceMargin()
public void setSliceMargin(int _sliceMargin)
public boolean isFill()
public void setFill(boolean _fill)
public boolean isShowDataLabels()
public void setShowDataLabels(boolean _showDataLabels)
public String getDataFormat()
public void setDataFormat(String _dataFormat)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2014. All rights reserved.