Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


oracle.adf.view.faces.bi.component.graph
Class RichSparkChart

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.faces.bi.component.graph.UISparkChart
                  extended by oracle.adf.view.faces.bi.component.graph.RichSparkChart

All Implemented Interfaces:
javax.faces.component.StateHolder

public class RichSparkChart
extends UISparkChart

Use the RichSparkChart component to create a spark chart in ADF Faces, used for visualizing trends in data.

Since:
release specific (what release of product did this appear in)

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 oracle.adf.view.faces.bi.component.graph.UISparkChart
addClickListener, getAxisScaledFromBaseline, getClickAction, getClickListener, getColor, getContentDelivery, getFirstMarkerColor, getHighMarkerColor, getInlineStyle, getLastMarkerColor, getLowMarkerColor, getMarkers, getNoDataErrorText, getPartialTriggers, getReferenceObjectSet, getShortDesc, getStyleClass, getSubType, getThresholdSet, getTooltip, setAxisScaledFromBaseline, setClickAction, setClickListener, setColor, setContentDelivery, setFirstMarkerColor, setHighMarkerColor, setInlineStyle, setLastMarkerColor, setLowMarkerColor, setMarkers, setNoDataErrorText, setPartialTriggers, setReferenceObjectSet, setShortDesc, setStyleClass, setSubType, setThresholdSet, setTooltip

 

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

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

ANIMATION_DURATION_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_DURATION_KEY

ANIMATION_ON_DATA_CHANGE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_ON_DATA_CHANGE_KEY

ANIMATION_ON_DISPLAY_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_ON_DISPLAY_KEY

CLIENT_LISTENERS_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values

Constructor Detail

RichSparkChart

public RichSparkChart()
Constructs a RichSparkChart component

Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class UISparkChart

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class UISparkChart

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class UISparkChart

getAnimationDuration

public final int getAnimationDuration()
Returns the animation duration in milliseconds.
Returns:
the animation duration in milliseconds

setAnimationDuration

public final void setAnimationDuration(int animationDuration)
Specifies the animation duration in milliseconds.

getAnimationOnDataChange

public final java.lang.String getAnimationOnDataChange()
Returns the type of animation to apply on data change. Valid values are "none" (Default) and "auto".
Returns:
the animation to apply on initial display

setAnimationOnDataChange

public final void setAnimationOnDataChange(java.lang.String type)
Specifies the type of animation to apply on data change. Valid values are "none" (Default) and "auto".
Parameters:
type - the animation to apply on initial display

getAnimationOnDisplay

public final java.lang.String getAnimationOnDisplay()
Returns the type of animation to apply when the component is initially displayed. Valid values are:
Returns:
the animation to apply on initial display

setAnimationOnDisplay

public final void setAnimationOnDisplay(java.lang.String type)
Specifies the type of animation to apply when the component is initially displayed. Valid values are:
Parameters:
type - the animation to apply on initial display

getClientListeners

public final oracle.adf.view.rich.event.ClientListenerSet getClientListeners()
Gets a set of client listeners.
Returns:
the new clientListeners value

setClientListeners

public final void setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
Sets a set of client listeners.
Parameters:
clientListeners - the new clientListeners value

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


Copyright © 1997, 2013, Oracle. All rights reserved.