|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| 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
Use the UIGraph component to create a graph in ADF Faces.
| Nested Class Summary |
|---|
| 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 |
|---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
| 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()
Constructs the UIGraph object |
|
| 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)
|
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)
|
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 |
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)
Deprecated. use the showPopupBehavior tag instead |
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<? extends GraphSelection> 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, addClientBehavior, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderer, getValueBinding, getValueExpression, initialStateMarked, 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, subscribeToEvent, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
|---|
addPartialTarget, 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 |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView |
| 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.DragSourceFactory
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.DragSourceFactorypublic 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<? extends GraphSelection> 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 value@Deprecated public 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()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||