public class OhlcChart extends UIChart implements Widget
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OhlcChart.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
OhlcChart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatipFormat() |
String |
getFamily() |
OhlcChartModel |
getValue() |
String |
getWidgetVar() |
boolean |
isAnimate() |
boolean |
isCandleStick() |
boolean |
isShowDatatip() |
boolean |
isZoom() |
String |
resolveWidgetVar() |
void |
setAnimate(boolean _animate) |
void |
setCandleStick(boolean _candleStick) |
void |
setDatatipFormat(String _datatipFormat) |
void |
setShowDatatip(boolean _showDatatip) |
void |
setValue(OhlcChartModel _value) |
void |
setWidgetVar(String _widgetVar) |
void |
setZoom(boolean _zoom) |
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 OhlcChartModel getValue()
getValue in interface javax.faces.component.ValueHoldergetValue in class javax.faces.component.UIOutputpublic void setValue(OhlcChartModel _value)
public boolean isCandleStick()
public void setCandleStick(boolean _candleStick)
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.