|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
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
oracle.adf.view.faces.bi.component.graph.UISparkChart
oracle.adf.view.faces.bi.component.graph.RichSparkChart
public class RichSparkChart
Use the RichSparkChart component to create a spark chart in ADF Faces, used for visualizing trends in data.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANIMATION_DURATION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANIMATION_ON_DATA_CHANGE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANIMATION_ON_DISPLAY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
Fields inherited from class oracle.adf.view.faces.bi.component.graph.UISparkChart |
---|
AXIS_SCALED_FROM_BASELINE_KEY, CLICK_ACTION_KEY, CLICK_LISTENER_KEY, COLOR_KEY, CONTENT_DELIVERY_KEY, FIRST_MARKER_COLOR_KEY, HIGH_MARKER_COLOR_KEY, INLINE_STYLE_KEY, LAST_MARKER_COLOR_KEY, LOGGERCLASS, LOW_MARKER_COLOR_KEY, MARKER_SCALING_AUTO, MARKER_SCALING_OFF, MARKERS_KEY, NO_DATA_ERROR_TEXT_KEY, PARTIAL_TRIGGERS_KEY, REFERENCE_OBJECT_SET_KEY, SHORT_DESC_KEY, STYLE_CLASS_KEY, SUB_TYPE_KEY, THRESHOLD_SET_KEY, TOOLTIP_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 |
Constructor Summary | |
---|---|
RichSparkChart() Constructs a RichSparkChart component |
Method Summary | |
---|---|
int |
getAnimationDuration() Returns the animation duration in milliseconds. |
java.lang.String |
getAnimationOnDataChange() Returns the type of animation to apply on data change. |
java.lang.String |
getAnimationOnDisplay() Returns the type of animation to apply when the component is initially displayed. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
oracle.adf.view.rich.event.ClientListenerSet |
getClientListeners() Gets a set of client listeners. |
java.lang.String |
getFamily() |
java.lang.String |
getRendererType() |
void |
setAnimationDuration(int animationDuration) Specifies the animation duration in milliseconds. |
void |
setAnimationOnDataChange(java.lang.String type) Specifies the type of animation to apply on data change. |
void |
setAnimationOnDisplay(java.lang.String type) Specifies the type of animation to apply when the component is initially displayed. |
void |
setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners) Sets a set of client listeners. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, 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, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId |
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_DURATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_ON_DATA_CHANGE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_ON_DISPLAY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
Constructor Detail |
---|
public RichSparkChart()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class UISparkChart
public java.lang.String getRendererType()
getRendererType
in class UISparkChart
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class UISparkChart
public final int getAnimationDuration()
public final void setAnimationDuration(int animationDuration)
public final java.lang.String getAnimationOnDataChange()
public final void setAnimationOnDataChange(java.lang.String type)
type
- the animation to apply on initial displaypublic final java.lang.String getAnimationOnDisplay()
public final void setAnimationOnDisplay(java.lang.String type)
type
- the animation to apply on initial displaypublic final oracle.adf.view.rich.event.ClientListenerSet getClientListeners()
public final void setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
clientListeners
- the new clientListeners value
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |