public class BarChart extends CartesianChart implements Widget
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BarChart.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
BarChart() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBarMargin() |
int |
getBarPadding() |
String |
getDatatipFormat() |
String |
getFamily() |
double |
getMax() |
double |
getMin() |
String |
getOrientation() |
String |
getWidgetVar() |
boolean |
isAnimate() |
boolean |
isBreakOnNull() |
boolean |
isShowDatatip() |
boolean |
isStacked() |
boolean |
isZoom() |
String |
resolveWidgetVar() |
void |
setAnimate(boolean _animate) |
void |
setBarMargin(int _barMargin) |
void |
setBarPadding(int _barPadding) |
void |
setBreakOnNull(boolean _breakOnNull) |
void |
setDatatipFormat(String _datatipFormat) |
void |
setMax(double _max) |
void |
setMin(double _min) |
void |
setOrientation(String _orientation) |
void |
setShowDatatip(boolean _showDatatip) |
void |
setStacked(boolean _stacked) |
void |
setWidgetVar(String _widgetVar) |
void |
setZoom(boolean _zoom) |
getCategoriesgetDefaultEventName, 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, getValue, 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 int getBarPadding()
public void setBarPadding(int _barPadding)
public int getBarMargin()
public void setBarMargin(int _barMargin)
public String getOrientation()
public void setOrientation(String _orientation)
public boolean isStacked()
public void setStacked(boolean _stacked)
public double getMin()
public void setMin(double _min)
public double getMax()
public void setMax(double _max)
public boolean isBreakOnNull()
public void setBreakOnNull(boolean _breakOnNull)
public boolean isZoom()
public void setZoom(boolean _zoom)
public boolean isAnimate()
public void setAnimate(boolean _animate)
public boolean isShowDatatip()
public void setShowDatatip(boolean _showDatatip)
public String getDatatipFormat()
public void setDatatipFormat(String _datatipFormat)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2014. All rights reserved.