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.chart
Class UIChartBase

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 org.apache.myfaces.trinidad.component.UIXCollection
                  extended by oracle.adf.view.faces.bi.component.chart.UIChartBase

All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder
Direct Known Subclasses:
UIAreaChart, UIBarChart, UIBubbleChart, UIComboChart, UIHorizontalBarChart, UILineChart, UIPieChart, UIScatterChart

public abstract class UIChartBase
extends org.apache.myfaces.trinidad.component.UIXCollection

Abstract base class defining common properties for all chart components.


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_DELIVERY_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey DATA_LABEL_POSITION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey DATA_SELECTION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey EMPTY_TEXT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey FOOTNOTE_H_ALIGN_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey FOOTNOTE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey HIDE_AND_SHOW_BEHAVIOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey HOVER_BEHAVIOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_ROW_KEYS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_LISTENER_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SERIES_EFFECT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SUBTITLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TITLE_H_ALIGN_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TRANSITIONS_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey 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
UIChartBase()
           

 

Method Summary
 void addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
          Adds a selection listener.
 void broadcast(javax.faces.event.FacesEvent event)
           
 void clearCachedClientIds()
           
protected  org.apache.myfaces.trinidad.model.CollectionModel createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel current, java.lang.Object value)
           
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getContentDelivery()
          Returns whether to fetch content with page load or after page load.
 java.lang.Object getCurrentRowData()
          Returns the row data object for the current row.
 java.lang.String getDataLabelPosition()
          Returns the data label position for the chart.
 java.lang.String getDataSelection()
          Returns the data selection mode for the chart.
 java.lang.String getEmptyText()
          Returns the text displayed when no data has been provided to the chart.
 java.lang.String getFootnote()
          Returns the footnote for the chart.
 java.lang.String getFootnoteHAlign()
          Returns the horizontal alignment for the chart footnote.
 java.lang.String getHideAndShowBehavior()
          Returns the hide/show behavior when clicking on the legend items.
 java.lang.String getHoverBehavior()
          Returns the behavior when hovering over the chart data items.
 java.lang.String getInlineStyle()
          Gets the CSS styles to use for this component.
 java.lang.String[] getPartialTriggers()
          Retrieves the ids of the partial triggers for the component.
 org.apache.myfaces.trinidad.model.RowKeySet getPopupContext()
          Returns the RowKeySet providing context for a popup.
 org.apache.myfaces.trinidad.model.RowKeySet getSelectedRowKeys()
          Gets the selection state for this component.
 javax.el.MethodExpression getSelectionListener()
          Gets a method reference to a selection listener
 org.apache.myfaces.trinidad.event.SelectionListener[] getSelectionListeners()
          Returns an array of attached selection listeners.
 java.lang.String getSeriesEffect()
          Returns the fill effect for the data items.
 java.lang.String getStyleClass()
          Gets a CSS style class to use for this component.
 java.lang.String getSubtitle()
          Returns the subtitle for the chart.
 java.lang.String getTitle()
          Returns the title for the chart.
 java.lang.String getTitleHAlign()
          Returns the horizontal alignment for the chart title.
 oracle.adf.view.rich.render.TransitionInfo[] getTransitions()
          Retrieves the array of animation transitions applied to this component.
 java.lang.Object getValue()
          Retrieves the model used for this component.
 java.lang.String getVarStatus()
           
 boolean invokeOnComponent(javax.faces.context.FacesContext context, java.lang.String clientId, javax.faces.component.ContextCallback callback)
           
protected  void processFacetsAndChildren(javax.faces.context.FacesContext facesContext, javax.faces.event.PhaseId phaseId)
           
 void removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
          Removes a selection listener.
 void setContentDelivery(java.lang.String contentDelivery)
          Specifies whether to fetch content with page load or after page load.
 void setDataLabelPosition(java.lang.String position)
          Specifies the data label position for the chart.
 void setDataSelection(java.lang.String type)
          Specifies the data selection mode for the chart.
 void setEmptyText(java.lang.String emptyText)
          Specifies the text displayed when no data has been provided to the chart.
 void setFootnote(java.lang.String footnote)
          Specifies the footnote for the chart.
 void setFootnoteHAlign(java.lang.String align)
          Specifies the horizontal alignment for the chart footnote.
 void setHideAndShowBehavior(java.lang.String behavior)
          Specifies the hide/show behavior when clicking on the legend items.
 void setHoverBehavior(java.lang.String behavior)
          Specifies the behavior when hovering over the chart data items.
 void setInlineStyle(java.lang.String inlineStyle)
          Sets the CSS styles to use for this component.
 void setPartialTriggers(java.lang.String[] ids)
          Specifies the ids of the partial triggers for the component.
 void setPopupContext(org.apache.myfaces.trinidad.model.RowKeySet set)
          Specifies the RowKeySet providing context for a popup.
 void setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet selectedRowKeys)
          Sets the selection state for this component.
 void setSelectionListener(javax.el.MethodExpression selectionListener)
          Sets a method reference to a selection listener
 void setSeriesEffect(java.lang.String effect)
          Specifies the fill effect for the data items.
 void setStyleClass(java.lang.String styleClass)
          Sets a CSS style class to use for this component.
 void setSubtitle(java.lang.String subtitle)
          Specifies the subtitle for the chart.
 void setTitle(java.lang.String title)
          Specifies the title for the chart.
 void setTitleHAlign(java.lang.String align)
          Specifies the horizontal alignment for the chart title.
 void setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
          Sets the array of animation transitions to be applied to this component.
protected  void setupVisitingContext(javax.faces.context.FacesContext context)
           
 void setValue(java.lang.Object value)
          Specified the model for the component.
 void setVarStatus(java.lang.String varStatus)
          Sets the name of the EL variable used to reference the varStatus information.
protected  void tearDownVisitingContext(javax.faces.context.FacesContext context)
           

 

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, getFamily, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, 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

TYPE

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

CLIENT_LISTENERS_KEY

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

CONTENT_DELIVERY_KEY

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

DATA_LABEL_POSITION_KEY

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

DATA_SELECTION_KEY

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

EMPTY_TEXT_KEY

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

FOOTNOTE_KEY

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

FOOTNOTE_H_ALIGN_KEY

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

HIDE_AND_SHOW_BEHAVIOR_KEY

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

HOVER_BEHAVIOR_KEY

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

INLINE_STYLE_KEY

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

PARTIAL_TRIGGERS_KEY

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

SELECTED_ROW_KEYS_KEY

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

SELECTION_LISTENER_KEY

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

SERIES_EFFECT_KEY

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

STYLE_CLASS_KEY

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

SUBTITLE_KEY

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

TITLE_KEY

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

TITLE_H_ALIGN_KEY

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

TRANSITIONS_KEY

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

VALUE_KEY

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

VAR_STATUS_KEY

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

Constructor Detail

UIChartBase

public UIChartBase()

Method Detail

getBeanType

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

clearCachedClientIds

public void clearCachedClientIds()

broadcast

public void broadcast(javax.faces.event.FacesEvent event)
               throws javax.faces.event.AbortProcessingException
Overrides:
broadcast in class org.apache.myfaces.trinidad.component.UIXCollection
Throws:
javax.faces.event.AbortProcessingException

processFacetsAndChildren

protected void processFacetsAndChildren(javax.faces.context.FacesContext facesContext,
                                        javax.faces.event.PhaseId phaseId)
Specified by:
processFacetsAndChildren in class org.apache.myfaces.trinidad.component.UIXCollection

createCollectionModel

protected org.apache.myfaces.trinidad.model.CollectionModel createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel current,
                                                                                  java.lang.Object value)
Specified by:
createCollectionModel in class org.apache.myfaces.trinidad.component.UIXCollection

invokeOnComponent

public boolean invokeOnComponent(javax.faces.context.FacesContext context,
                                 java.lang.String clientId,
                                 javax.faces.component.ContextCallback callback)
                          throws javax.faces.FacesException
Overrides:
invokeOnComponent in class org.apache.myfaces.trinidad.component.UIXCollection
Throws:
javax.faces.FacesException

setupVisitingContext

protected void setupVisitingContext(javax.faces.context.FacesContext context)
Overrides:
setupVisitingContext in class org.apache.myfaces.trinidad.component.UIXComponent

tearDownVisitingContext

protected void tearDownVisitingContext(javax.faces.context.FacesContext context)
Overrides:
tearDownVisitingContext in class org.apache.myfaces.trinidad.component.UIXComponent

getCurrentRowData

public final java.lang.Object getCurrentRowData()
Returns the row data object for the current row. This method returns the same object as getRowData(), but can be called from EL because it is not overloaded.

getPopupContext

public final org.apache.myfaces.trinidad.model.RowKeySet getPopupContext()
Returns the RowKeySet providing context for a popup. This API is only necessary when displaying popups for an "Other" node, which represents several row keys.
Returns:

setPopupContext

public final void setPopupContext(org.apache.myfaces.trinidad.model.RowKeySet set)
Specifies the RowKeySet providing context for a popup. This API is only necessary when displaying popups for an "Other" node, which represents several row keys.
Parameters:
set -

getContentDelivery

public final java.lang.String getContentDelivery()
Returns whether to fetch content with page load or after page load. Valid values are whenAvailable (default), lazy, and immediate.

setContentDelivery

public final void setContentDelivery(java.lang.String contentDelivery)
Specifies whether to fetch content with page load or after page load. Valid values are whenAvailable (default), lazy, and immediate.

getDataLabelPosition

public final java.lang.String getDataLabelPosition()
Returns the data label position for the chart. Valid values are "auto" (Default), "center", "aboveMarker", "belowMarker", "beforeMarker", "afterMarker", "insideBarEdge", "outsideBarEdge".

setDataLabelPosition

public final void setDataLabelPosition(java.lang.String position)
Specifies the data label position for the chart. Valid values are "auto" (Default), "center", "aboveMarker", "belowMarker", "beforeMarker", "afterMarker", "insideBarEdge", "outsideBarEdge".

getDataSelection

public final java.lang.String getDataSelection()
Returns the data selection mode for the chart. Valid values are "none" (Default), "single", and "multiple".

setDataSelection

public final void setDataSelection(java.lang.String type)
Specifies the data selection mode for the chart. Valid values are "none" (Default), "single", and "multiple".

getEmptyText

public final java.lang.String getEmptyText()
Returns the text displayed when no data has been provided to the chart.

setEmptyText

public final void setEmptyText(java.lang.String emptyText)
Specifies the text displayed when no data has been provided to the chart.

getFootnote

public final java.lang.String getFootnote()
Returns the footnote for the chart.

setFootnote

public final void setFootnote(java.lang.String footnote)
Specifies the footnote for the chart.

getFootnoteHAlign

public final java.lang.String getFootnoteHAlign()
Returns the horizontal alignment for the chart footnote. Valid values are:

setFootnoteHAlign

public final void setFootnoteHAlign(java.lang.String align)
Specifies the horizontal alignment for the chart footnote. Valid values are:

getHideAndShowBehavior

public final java.lang.String getHideAndShowBehavior()
Returns the hide/show behavior when clicking on the legend items. Valid values are: none (default), withRescale, withoutRescale.

setHideAndShowBehavior

public final void setHideAndShowBehavior(java.lang.String behavior)
Specifies the hide/show behavior when clicking on the legend items. Valid values are: none (default), withRescale, withoutRescale.

getHoverBehavior

public final java.lang.String getHoverBehavior()
Returns the behavior when hovering over the chart data items. Valid values are: none (default), dim.

setHoverBehavior

public final void setHoverBehavior(java.lang.String behavior)
Specifies the behavior when hovering over the chart data items. Valid values are: none (default), dim.

getInlineStyle

public final java.lang.String getInlineStyle()
Gets the CSS styles to use for this component. This is intended for basic style changes; you should use the skinning mechanism if you require any complex style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component. Many components are composed of several DOM elements which may have their own styles applied to them. Defining a style in the inlineStyle may not always give you what you want. For example, if one of the inner DOM elements for this component has a background color specified for it in the skin, setting a background color in the inlineStyle may not provide any visible change (at least for where that inner DOM element exists) because the inner DOM element's background color will win (since that DOM element is essentially layered on top of the root element). In cases like this, you can use a different skin (or define your own) that defines a skinning key for that inner DOM element where its background color is inhibited (e.g. with -tr-inhibit: background-color) or otherwise set to the color you want.
Returns:
the new inlineStyle value

setInlineStyle

public final void setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component. This is intended for basic style changes; you should use the skinning mechanism if you require any complex style changes. The inlineStyle is a set of CSS styles that are applied to the root DOM element of the component. Many components are composed of several DOM elements which may have their own styles applied to them. Defining a style in the inlineStyle may not always give you what you want. For example, if one of the inner DOM elements for this component has a background color specified for it in the skin, setting a background color in the inlineStyle may not provide any visible change (at least for where that inner DOM element exists) because the inner DOM element's background color will win (since that DOM element is essentially layered on top of the root element). In cases like this, you can use a different skin (or define your own) that defines a skinning key for that inner DOM element where its background color is inhibited (e.g. with -tr-inhibit: background-color) or otherwise set to the color you want.
Parameters:
inlineStyle - the new inlineStyle value

setPartialTriggers

public final void setPartialTriggers(java.lang.String[] ids)
Specifies the ids of the partial triggers for the component.
Parameters:
ids - The ids of the partial trigger components for the component.
See Also:
getPartialTriggers()

getPartialTriggers

public final java.lang.String[] getPartialTriggers()
Retrieves the ids of the partial triggers for the component.
Returns:
ids The ids of the partial trigger components for the component.
See Also:
setPartialTriggers(java.lang.String[])

getSelectedRowKeys

public final org.apache.myfaces.trinidad.model.RowKeySet getSelectedRowKeys()
Gets the selection state for this component.
Returns:
the new selectedRowKeys value

setSelectedRowKeys

public final void setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet selectedRowKeys)
Sets the selection state for this component.
Parameters:
selectedRowKeys - the new selectedRowKeys value

getSelectionListener

public final javax.el.MethodExpression getSelectionListener()
Gets a method reference to a selection listener

setSelectionListener

public final void setSelectionListener(javax.el.MethodExpression selectionListener)
Sets a method reference to a selection listener

getSelectionListeners

public final org.apache.myfaces.trinidad.event.SelectionListener[] getSelectionListeners()
Returns an array of attached selection listeners.

addSelectionListener

public final void addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
Adds a selection listener.

removeSelectionListener

public final void removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
Removes a selection listener.

getSeriesEffect

public final java.lang.String getSeriesEffect()
Returns the fill effect for the data items. Valid values are "color", "pattern", and "gradient". The default varies by skin.

setSeriesEffect

public final void setSeriesEffect(java.lang.String effect)
Specifies the fill effect for the data items. Valid values are "color", "pattern", and "gradient". The default varies by skin.

getStyleClass

public final java.lang.String getStyleClass()
Gets a CSS style class to use for this component.

setStyleClass

public final void setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component.

getSubtitle

public final java.lang.String getSubtitle()
Returns the subtitle for the chart.

setSubtitle

public final void setSubtitle(java.lang.String subtitle)
Specifies the subtitle for the chart.

getTitle

public final java.lang.String getTitle()
Returns the title for the chart.

setTitle

public final void setTitle(java.lang.String title)
Specifies the title for the chart.

getTitleHAlign

public final java.lang.String getTitleHAlign()
Returns the horizontal alignment for the chart title. Valid values are:

setTitleHAlign

public final void setTitleHAlign(java.lang.String align)
Specifies the horizontal alignment for the chart title. Valid values are:

getTransitions

public final oracle.adf.view.rich.render.TransitionInfo[] getTransitions()
Retrieves the array of animation transitions applied to this component. Supported trigger types are dataChange and display. Supported transitions are none (default) and auto.

setTransitions

public final void setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
Sets the array of animation transitions to be applied to this component. Supported trigger types are dataChange and display. Supported transitions are none (default) and auto.

getValue

public final java.lang.Object getValue()
Retrieves the model used for this component.
Specified by:
getValue in class org.apache.myfaces.trinidad.component.UIXCollection
Returns:
The model used for this component.
See Also:
setValue(java.lang.Object)

setValue

public final void setValue(java.lang.Object value)
Specified the model for the component.
See Also:
getValue()

getVarStatus

public final java.lang.String getVarStatus()
Specified by:
getVarStatus in class org.apache.myfaces.trinidad.component.UIXCollection

setVarStatus

public final void setVarStatus(java.lang.String varStatus)
Sets the name of the EL variable used to reference the varStatus information.
Parameters:
varStatus -

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.