public class RichSparkChart extends UISparkChart
| Modifier and Type | Field and Description |
|---|---|
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 |
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| Constructor and Description |
|---|
RichSparkChart()
Constructs a RichSparkChart component
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, setTooltipadaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, 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, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic 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
public java.lang.String getFamily()
getFamily in class UISparkChartpublic java.lang.String getRendererType()
getRendererType in class UISparkChartprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class UISparkChartpublic 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