public class LineChart extends CartesianChart implements Widget
| Modifier and Type | Class and Description |
|---|---|
protected static class |
LineChart.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
LineChart() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatipFormat() |
String |
getFamily() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
String |
getWidgetVar() |
boolean |
isAnimate() |
boolean |
isBreakOnNull() |
boolean |
isFill() |
boolean |
isShowDatatip() |
boolean |
isShowMarkers() |
boolean |
isStacked() |
boolean |
isZoom() |
String |
resolveWidgetVar() |
void |
setAnimate(boolean _animate) |
void |
setBreakOnNull(boolean _breakOnNull) |
void |
setDatatipFormat(String _datatipFormat) |
void |
setFill(boolean _fill) |
void |
setMaxX(double _maxX) |
void |
setMaxY(double _maxY) |
void |
setMinX(double _minX) |
void |
setMinY(double _minY) |
void |
setShowDatatip(boolean _showDatatip) |
void |
setShowMarkers(boolean _showMarkers) |
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 double getMinY()
public void setMinY(double _minY)
public double getMaxY()
public void setMaxY(double _maxY)
public double getMinX()
public void setMinX(double _minX)
public double getMaxX()
public void setMaxX(double _maxX)
public boolean isBreakOnNull()
public void setBreakOnNull(boolean _breakOnNull)
public boolean isFill()
public void setFill(boolean _fill)
public boolean isStacked()
public void setStacked(boolean _stacked)
public boolean isShowMarkers()
public void setShowMarkers(boolean _showMarkers)
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.