| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.BIComponentBase
oracle.adf.view.faces.bi.component.UIViewComponent
oracle.adf.view.faces.bi.component.dataView.UIDataView
oracle.adf.view.faces.bi.component.imageView.UIImageView
oracle.adf.view.faces.bi.component.graph.CoreGraph
oracle.adf.view.faces.bi.component.graph.UIGraph
public class UIGraph
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.dss.graph.GraphConstants | 
|---|
| GraphConstants.AnnotationLocation, GraphConstants.AnnotationPosition, GraphConstants.BubbleMarkerSizing, GraphConstants.DataSelection, GraphConstants.FormFactor, GraphConstants.InteractiveSliceBehavior, GraphConstants.InteractivityBehavior, GraphConstants.Markers, GraphConstants.MinorGridStepType, GraphConstants.ScatterLineType | 
| Field Summary | |
|---|---|
| static org.apache.myfaces.trinidad.bean.PropertyKey | CLIENT_LISTENERS_KEY | 
| static java.lang.String | COMPONENT_FAMILY | 
| static java.lang.String | COMPONENT_TYPE | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | DATA_SELECTION_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | GRAPH_SELECTION_KEY | 
| static java.lang.String | RENDERER_TYPE | 
| static java.lang.String | RENDERER_TYPE_AREA | 
| static java.lang.String | RENDERER_TYPE_BAR | 
| static java.lang.String | RENDERER_TYPE_BUBBLE | 
| static java.lang.String | RENDERER_TYPE_COMBO | 
| static java.lang.String | RENDERER_TYPE_DUALY_BAR | 
| static java.lang.String | RENDERER_TYPE_DUALY_COMBO | 
| static java.lang.String | RENDERER_TYPE_DUALY_LINE | 
| static java.lang.String | RENDERER_TYPE_FUNNEL | 
| static java.lang.String | RENDERER_TYPE_HORIZ_BAR | 
| static java.lang.String | RENDERER_TYPE_HORIZ_STACKED_BAR | 
| static java.lang.String | RENDERER_TYPE_LINE | 
| static java.lang.String | RENDERER_TYPE_PARETO | 
| static java.lang.String | RENDERER_TYPE_PIE | 
| static java.lang.String | RENDERER_TYPE_RADAR | 
| static java.lang.String | RENDERER_TYPE_SCATTER | 
| static java.lang.String | RENDERER_TYPE_STACKED_BAR | 
| static java.lang.String | RENDERER_TYPE_STOCK_CANDLE | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SELECTION_LISTENER_KEY | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | SELECTION_TYPE_KEY | 
| static org.apache.myfaces.trinidad.bean.FacesBean.Type | TYPE | 
| Fields inherited from class oracle.adf.view.faces.bi.component.dataView.UIDataView | 
|---|
| CLICK_EVENT_TYPE, DRILL_ACTION_KEY, DRILL_ACTION_TYPE, DRILL_REQUESTED_LISTENER_KEY, DRILL_REQUESTING_LISTENER_KEY, DRILLING_ENABLED_KEY, IMAGE_FORMAT_AUTO, IMAGE_FORMAT_FLASH, IMAGE_FORMAT_PNG, IMAGE_FORMAT_PNG_STAMPED, IMAGE_FORMAT_SVG, immediate, lazy, logger, m_locale, PARTIAL_SUBMIT_KEY, PARTIAL_TRIGGERS_KEY, TOKEN_SUBSTITUTION_KEY, VALUE_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 oracle.adf.view.rich.dnd.DragSourceFactory | 
|---|
| DEFAULT_DRAGSOURCE | 
| Fields inherited from interface javax.faces.component.NamingContainer | 
|---|
| SEPARATOR_CHAR | 
| Constructor Summary | |
|---|---|
| UIGraph() | |
| Method Summary | |
|---|---|
|  void | addSelectionListener(SelectionListener listener)Adds SelectionListener. | 
|  void | broadcast(javax.faces.event.FacesEvent event)Broadcast an event to a MethodBinding. | 
|  oracle.adf.view.rich.dnd.DragSource | createDragSource(java.lang.String name,
                 java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
                 oracle.adf.view.rich.dnd.DnDAction defaultAction,
                 java.lang.String discriminant,
                 javax.el.MethodExpression dragDropEndListener,
                 java.util.Map<java.lang.String,?> properties)Internal Use Only. | 
|  java.lang.CharSequence | createDragSourceBehavior(java.lang.String name,
                         oracle.adf.view.rich.dnd.DragSource dragSource,
                         java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
                         oracle.adf.view.rich.dnd.DnDAction defaultAction,
                         java.lang.String discriminant,
                         javax.el.MethodExpression dragDropEndListener,
                         java.util.Map<java.lang.String,?> properties)Internal Use Only. | 
| 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 | getContentDelivery()Retrieves whether the content of the imageView is delivered immediately or lazily. | 
|  GraphConstants.DataSelection | getDataSelection()Retrieves the data selection mode for this graph Valid enums are - none: no selection single: single selection | 
|  java.lang.String | getFamily() | 
|  int | getGraphType()Overrides CoreGraph getGraphType | 
| protected static java.util.Map<java.lang.String,java.lang.Integer> | getGraphTypeMap() | 
|  int | getImageFormat()Retrieves the format of image to produce- PNG, SVG or AUTO. | 
|  java.lang.String | getRendererType() | 
|  java.util.Set<? extends GraphSelection> | getSelection()Retrieves the current graph selection | 
|  javax.el.MethodExpression | getSelectionListener() | 
|  SelectionListener[] | getSelectionListeners()Retrieves all SelectionListeners. | 
|  GraphSelection.SelectionType | getSelectionType()Retrieves the selection type for the graph's selection model. | 
|  void | removeSelectionListener(SelectionListener listener)Removes SelectionListener. | 
|  void | renderShowPopupScript(java.lang.String popupId)Renders a script to the client to show the popup with the specified id. | 
|  void | setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)Sets a set of client listeners. | 
|  void | setDataSelection(GraphConstants.DataSelection mode)Specifies the data selection mode for this graph Valid enums are - none: no selection single: single selection | 
|  void | setSelection(java.util.Set<DataSelection> selection)Specifies the current data selection for this graph | 
|  void | setSelectionListener(javax.el.MethodExpression selectionListener) | 
|  void | setSelectionType(GraphSelection.SelectionType type)Specifies selection type for graph's selection model Valid enums are - data: data components like bars, data markers, etc. | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase | 
|---|
| adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeAttributeChangeListener, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent | 
|---|
| addPartialTarget, encodeFlattenedChild, encodeFlattenedChildren, 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 | 
| Methods inherited from interface javax.faces.component.ActionSource | 
|---|
| addActionListener, getAction, getActionListener, getActionListeners, isImmediate, removeActionListener, setAction, setActionListener, setImmediate | 
| Field Detail | 
|---|
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 static final java.lang.String RENDERER_TYPE_AREA
public static final java.lang.String RENDERER_TYPE_BAR
public static final java.lang.String RENDERER_TYPE_BUBBLE
public static final java.lang.String RENDERER_TYPE_COMBO
public static final java.lang.String RENDERER_TYPE_DUALY_BAR
public static final java.lang.String RENDERER_TYPE_DUALY_COMBO
public static final java.lang.String RENDERER_TYPE_DUALY_LINE
public static final java.lang.String RENDERER_TYPE_FUNNEL
public static final java.lang.String RENDERER_TYPE_HORIZ_BAR
public static final java.lang.String RENDERER_TYPE_HORIZ_STACKED_BAR
public static final java.lang.String RENDERER_TYPE_LINE
public static final java.lang.String RENDERER_TYPE_PARETO
public static final java.lang.String RENDERER_TYPE_PIE
public static final java.lang.String RENDERER_TYPE_RADAR
public static final java.lang.String RENDERER_TYPE_SCATTER
public static final java.lang.String RENDERER_TYPE_STACKED_BAR
public static final java.lang.String RENDERER_TYPE_STOCK_CANDLE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DATA_SELECTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GRAPH_SELECTION_KEY
| Constructor Detail | 
|---|
public UIGraph()
| Method Detail | 
|---|
public java.lang.String getFamily()
getFamily in class CoreGraphpublic java.lang.String getRendererType()
getRendererType in class CoreGraph
public void broadcast(javax.faces.event.FacesEvent event)
               throws javax.faces.event.AbortProcessingException
UIDataView
broadcast in class CoreGraphjavax.faces.event.AbortProcessingExceptionpublic int getImageFormat()
getImageFormat in class UIImageView
public oracle.adf.view.rich.dnd.DragSource createDragSource(java.lang.String name,
                                                            java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
                                                            oracle.adf.view.rich.dnd.DnDAction defaultAction,
                                                            java.lang.String discriminant,
                                                            javax.el.MethodExpression dragDropEndListener,
                                                            java.util.Map<java.lang.String,?> properties)
createDragSource in interface oracle.adf.view.rich.dnd.DragSourceFactoryname - refers to a named DragSource; "default" refers to the default DragSourceallowedActions - Set of DnDAction supported by the DragSource.defaultAction - Default drag and drop action supported by this drag sourcediscriminant - The discriminant for the default DataFlavors generated by this drag source.dragDropEndListener - A method reference to an event of the signature 
  void method(DropEvent) that is invoked after the drag drop operation ends.properties - allows for additional properties in the future
public java.lang.CharSequence createDragSourceBehavior(java.lang.String name,
                                                       oracle.adf.view.rich.dnd.DragSource dragSource,
                                                       java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
                                                       oracle.adf.view.rich.dnd.DnDAction defaultAction,
                                                       java.lang.String discriminant,
                                                       javax.el.MethodExpression dragDropEndListener,
                                                       java.util.Map<java.lang.String,?> properties)
createDragSourceBehavior in interface oracle.adf.view.rich.dnd.DragSourceFactoryname - refers to a named DragSource; "default" refers to the default DragSourcedragSource - DragSource to create clientDragSource initializer for.allowedActions - Set of DnDAction supported by the DragSource.defaultAction - Default drag and drop action supported by this drag sourcediscriminant - The discriminant for the default DataFlavors generated by this drag source.dragDropEndListener - A method reference to an event of the signature 
  void method(DropEvent) that is invoked after the drag drop operation ends.properties - allows for additional properties in the future
public final void setSelectionType(GraphSelection.SelectionType type)
public final GraphSelection.SelectionType getSelectionType()
public final void setDataSelection(GraphConstants.DataSelection mode)
public java.util.Set<? extends GraphSelection> getSelection()
public void setSelection(java.util.Set<DataSelection> selection)
selection - current data selectionpublic final GraphConstants.DataSelection getDataSelection()
public final javax.el.MethodExpression getSelectionListener()
public final void setSelectionListener(javax.el.MethodExpression selectionListener)
public void addSelectionListener(SelectionListener listener)
listener - public void removeSelectionListener(SelectionListener listener)
public SelectionListener[] getSelectionListeners()
public java.lang.String getContentDelivery()
getContentDelivery in class UIImageViewpublic final oracle.adf.view.rich.event.ClientListenerSet getClientListeners()
public final void setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
clientListeners - the new clientListeners valuepublic void renderShowPopupScript(java.lang.String popupId)
popupId - the client ID of the popup that should be displayedprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class CoreGraphpublic int getGraphType()
getGraphType in interface UIGraphTypegetGraphType in class CoreGraphCoreGraph.setGraphType(int), 
CoreGraph.isLineDataLineDisplayed(), 
Series.getMarkerType()protected static java.util.Map<java.lang.String,java.lang.Integer> getGraphTypeMap()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||