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 UIBubbleChart

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
                      extended by oracle.adf.view.faces.bi.component.chart.UIBubbleChart

All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder

public class UIBubbleChart
extends UIChartBase

Defines properties for a bubble chart.


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
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
UIBubbleChart()
           

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getFamily()
           
 java.lang.String getRendererType()
           
 java.lang.String getZoomAndScroll()
          Returns the zoom and scroll type for the chart.
 void setZoomAndScroll(java.lang.String type)
          Specifies the zoom and scroll type for the chart.

 

Methods inherited from class oracle.adf.view.faces.bi.component.chart.UIChartBase
addSelectionListener, broadcast, clearCachedClientIds, createCollectionModel, getContentDelivery, getCurrentRowData, getDataLabelPosition, getDataSelection, getEmptyText, getFootnote, getFootnoteHAlign, getHideAndShowBehavior, getHoverBehavior, getInlineStyle, getPartialTriggers, getPopupContext, getSelectedRowKeys, getSelectionListener, getSelectionListeners, getSeriesEffect, getStyleClass, getSubtitle, getTitle, getTitleHAlign, getTransitions, getValue, getVarStatus, invokeOnComponent, processFacetsAndChildren, removeSelectionListener, setContentDelivery, setDataLabelPosition, setDataSelection, setEmptyText, setFootnote, setFootnoteHAlign, setHideAndShowBehavior, setHoverBehavior, setInlineStyle, setPartialTriggers, setPopupContext, setSelectedRowKeys, setSelectionListener, setSeriesEffect, setStyleClass, setSubtitle, setTitle, setTitleHAlign, setTransitions, setupVisitingContext, setValue, setVarStatus, tearDownVisitingContext

 

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

TYPE

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

ZOOM_AND_SCROLL_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ZOOM_AND_SCROLL_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

Constructor Detail

UIBubbleChart

public UIBubbleChart()

Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBase

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getBeanType

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

getZoomAndScroll

public final java.lang.String getZoomAndScroll()
Returns the zoom and scroll type for the chart. Valid values are: "off" (default), "delayedScrollOnly", "liveScrollOnly", "delayed", and "live".

setZoomAndScroll

public final void setZoomAndScroll(java.lang.String type)
Specifies the zoom and scroll type for the chart. Valid values are: "off" (default), "delayedScrollOnly", "liveScrollOnly", "delayed", and "live".

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.