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, setYaxisLabelclearInitialState, getConverter, getLocalValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueaddClientBehavior, 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, 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, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIOutputpublic String getWidgetVar()
getWidgetVar in class UIChartpublic void setWidgetVar(String _widgetVar)
setWidgetVar in class UIChartpublic DonutChartModel getValue()
getValue in interface javax.faces.component.ValueHoldergetValue in class javax.faces.component.UIOutputpublic 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 WidgetCopyright © 2014. All rights reserved.