|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.UIXCollection
oracle.adf.view.faces.bi.component.chart.UIChartBase
oracle.adf.view.faces.bi.component.chart.UILineChart
public class UILineChart
Defines properties for a line chart.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANIMATION_INDICATORS_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
COORDINATE_SYSTEM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DATA_CURSOR_BEHAVIOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DATA_CURSOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ORIENTATION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
POLAR_GRID_SHAPE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STACK_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TIME_AXIS_TYPE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ZOOM_AND_SCROLL_KEY |
Fields inherited from class oracle.adf.view.faces.bi.component.chart.UIChartBase |
---|
CLIENT_LISTENERS_KEY, CONTENT_DELIVERY_KEY, DATA_LABEL_POSITION_KEY, DATA_SELECTION_KEY, EMPTY_TEXT_KEY, FOOTNOTE_H_ALIGN_KEY, FOOTNOTE_KEY, HIDE_AND_SHOW_BEHAVIOR_KEY, HOVER_BEHAVIOR_KEY, INLINE_STYLE_KEY, PARTIAL_TRIGGERS_KEY, SELECTED_ROW_KEYS_KEY, SELECTION_LISTENER_KEY, SERIES_EFFECT_KEY, STYLE_CLASS_KEY, SUBTITLE_KEY, TITLE_H_ALIGN_KEY, TITLE_KEY, TRANSITIONS_KEY, VALUE_KEY, VAR_STATUS_KEY |
Fields inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
---|
VAR_KEY |
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
UILineChart() |
Method Summary | |
---|---|
java.lang.String |
getAnimationIndicators() Returns the type of data change animation indicators. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getCoordinateSystem() Returns the coordinate system of the chart. |
java.lang.String |
getDataCursor() Returns whether the data cursor is enabled. |
java.lang.String |
getDataCursorBehavior() Returns the data cursor interaction behavior. |
java.lang.String |
getFamily() |
java.lang.String |
getOrientation() Returns the orientation of the chart. |
java.lang.String |
getPolarGridShape() Returns the grid shape of a chart with polar coordinate system. |
java.lang.String |
getRendererType() |
java.lang.String |
getStack() Returns whether the data should be stacked. |
java.lang.String |
getTimeAxisType() Returns the time axis type for the chart. |
java.lang.String |
getZoomAndScroll() Returns the zoom and scroll type for the chart. |
void |
setAnimationIndicators(java.lang.String type) Specifies the type of data change animation indicators. |
void |
setCoordinateSystem(java.lang.String type) Specifies the coordinate system of the chart. |
void |
setDataCursor(java.lang.String type) Specifies whether the data cursor is enabled. |
void |
setDataCursorBehavior(java.lang.String type) Specifies the data cursor interaction behavior. |
void |
setOrientation(java.lang.String type) Specifies the orientation of the chart. |
void |
setPolarGridShape(java.lang.String type) Specifies the grid shape of a chart with polar coordinate system. |
void |
setStack(java.lang.String type) Specifies whether the data should be stacked. |
void |
setTimeAxisType(java.lang.String type) Specifies the time axis type for the chart. |
void |
setZoomAndScroll(java.lang.String type) Specifies the zoom and scroll type for the chart. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
---|
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearCurrencyStringCache, clearLocalCache, createVarStatusMap, decodeChildrenImpl, encodeBegin, encodeEnd, ensureRowsAvailable, getCachingStrategy, getClientRowKey, getClientRowKeyManager, getCollectionModel, getCollectionModel, getContainerClientId, getCurrencyString, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowCount, getRowData, getRowData, getRowIndex, getRowKey, getSortCriteria, getStamps, getVar, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, postCreateCollectionModel, postRowDataChange, preRowDataChange, processComponent, processDecodes, processSaveState, queueEvent, resetStampState, restoreStampState, restoreState, saveStampState, saveState, setClientRowKey, setCurrencyString, setRowIndex, setRowKey, setSortCriteria, setupELVariable, setVar, updateChildrenImpl, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, encodeChildren, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processUpdates, processValidators, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, satisfiesPartialTrigger, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, validateChildren |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, tearDownEncodingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_INDICATORS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COORDINATE_SYSTEM_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DATA_CURSOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DATA_CURSOR_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ORIENTATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey POLAR_GRID_SHAPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STACK_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TIME_AXIS_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ZOOM_AND_SCROLL_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public UILineChart()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class UIChartBase
public final java.lang.String getAnimationIndicators()
public final void setAnimationIndicators(java.lang.String type)
public final java.lang.String getCoordinateSystem()
cartesian
(default), polar
.public final void setCoordinateSystem(java.lang.String type)
cartesian
(default), polar
.public final java.lang.String getDataCursor()
public final void setDataCursor(java.lang.String type)
public final java.lang.String getDataCursorBehavior()
public final void setDataCursorBehavior(java.lang.String type)
public final java.lang.String getOrientation()
vertical
(default), horizontal
.public final void setOrientation(java.lang.String type)
vertical
(default), horizontal
.public final java.lang.String getPolarGridShape()
circle
(default), polygon
.public final void setPolarGridShape(java.lang.String type)
circle
(default), polygon
.public final java.lang.String getStack()
public final void setStack(java.lang.String type)
public final java.lang.String getTimeAxisType()
public final void setTimeAxisType(java.lang.String type)
public final java.lang.String getZoomAndScroll()
public final void setZoomAndScroll(java.lang.String type)
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |