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.diagram
Class UIDiagram

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 oracle.adf.view.faces.bi.component.diagram.UIDiagram

All Implemented Interfaces:
javax.faces.component.StateHolder

public class UIDiagram
extends org.apache.myfaces.trinidad.component.UIXComponentBase

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_DURATION_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 org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_DELIVERY_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey CONTROL_PANEL_BEHAVIOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey DONT_PERSIST_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey EMPTY_TEXT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MAX_ZOOM_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MIN_ZOOM_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PAN_X_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PAN_Y_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PANNING_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PERSIST_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PREVIEW_PAN_X_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PREVIEW_PAN_Y_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PREVIEW_ZOOM_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey READ_ONLY_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ROLLOVER_BEHAVIOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SUMMARY_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey ZOOM_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ZOOMING_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

 

Constructor Summary
UIDiagram()
          Constructs an instance of the UIDiagram.

 

Method Summary
 void broadcast(javax.faces.event.FacesEvent event)
           
 int getAnimationDuration()
          Returns the animation duration in milliseconds.
 java.lang.String getAnimationOnDisplay()
          Retrieves the initial display animation of the Diagram.
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getContentDelivery()
          Gets whether data should be fetched when the component is rendered initially.
 java.lang.String getControlPanelBehavior()
          Gets the behavior of the control panel.
 java.lang.String[] getDontPersist()
          Gets List of persistent attributes that are restricted from persisting to a registered "Persistent Change Manager".
 java.lang.String getEmptyText()
          Retrieves the text of an empty component.
 java.lang.String getFamily()
           
 java.lang.String getInlineStyle()
          Gets the CSS styles to use for this component.
 java.lang.String getLayout()
          Retrieves the top-level layout of the Diagram.
 double getMaxZoom()
          Gets the maximum zoom level for this diagram.
 double getMinZoom()
          Gets the minimum zoom level for this diagram.
 java.lang.String getPanning()
          Gets the panning behavior.
 java.lang.String[] getPartialTriggers()
          Retrieves the ids of the partial triggers for the component.
 java.lang.String[] getPersist()
          Gets List of persistent attributes that are persisting to a registered "Persistent Change Manager".
 java.lang.String getRendererType()
           
 java.lang.String getRolloverBehavior()
          Gets the rollover behavior mode.
 java.lang.String getSelection()
          Gets the selection mode.
 java.lang.String getStyleClass()
          Gets a CSS style class to use for this component.
 java.lang.String getSummary()
          Gets the summary of this table's purpose and structure for user agents rendering to non-visual media.
 java.lang.String getZooming()
          Gets the zooming behavior.
 boolean isReadOnly()
           
protected  void processFacetsAndChildren(javax.faces.context.FacesContext context, javax.faces.event.PhaseId phaseId)
           
 void setAnimationDuration(int animationDuration)
          Specifies the animation duration in milliseconds.
 void setAnimationOnDisplay(java.lang.String animationOnDisplay)
          Sets the initial display animation of the Diagram.
 void setContentDelivery(java.lang.String contentDelivery)
          Sets whether data should be fetched when the component is rendered initially.
 void setControlPanelBehavior(java.lang.String controlPanelBehavior)
          Sets the behavior of the control panel.
 void setDontPersist(java.lang.String[] dontPersist)
          Sets List of persistent attributes that are restricted from persisting to a registered "Persistent Change Manager".
 void setEmptyText(java.lang.String emptyText)
          Sets the text of an empty component.
 void setInlineStyle(java.lang.String inlineStyle)
          Sets the CSS styles to use for this component.
 void setLayout(java.lang.String layout)
          Sets the top-level layout of the Diagram.
 void setMaxZoom(double maxZoom)
          Sets the maximum zoom level for this diagram.
 void setMinZoom(double minZoom)
          Sets the minimum zoom level for this diagram.
 void setPanning(java.lang.String panning)
          Sets the panning behavior.
 void setPartialTriggers(java.lang.String[] ids)
          Specifies the ids of the partial triggers for the component.
 void setPersist(java.lang.String[] persist)
          Sets List of persistent attributes that are persisting to a registered "Persistent Change Manager".
 void setReadOnly(boolean readOnly)
           
 void setRolloverBehavior(java.lang.String rolloverBehavior)
          Sets the rollover behavior mode.
 void setSelection(java.lang.String selection)
          Sets the selection mode.
 void setStyleClass(java.lang.String styleClass)
          Sets a CSS style class to use for this component.
 void setSummary(java.lang.String summary)
          Sets the summary of this table's purpose and structure for user agents rendering to non-visual media.
 void setZooming(java.lang.String zooming)
          Sets the zooming behavior.

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, 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, 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, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, 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

 

Field Detail

TYPE

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

PARTIAL_TRIGGERS_KEY

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

CONTENT_DELIVERY_KEY

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

INLINE_STYLE_KEY

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

STYLE_CLASS_KEY

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

SUMMARY_KEY

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

PERSIST_KEY

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

DONT_PERSIST_KEY

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

EMPTY_TEXT_KEY

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

LAYOUT_KEY

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

ANIMATION_ON_DISPLAY_KEY

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

SELECTION_KEY

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

ROLLOVER_BEHAVIOR_KEY

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

CLIENT_LISTENERS_KEY

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

READ_ONLY_KEY

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

ANIMATION_DURATION_KEY

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

MAX_ZOOM_KEY

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

MIN_ZOOM_KEY

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

CONTROL_PANEL_BEHAVIOR_KEY

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

PANNING_KEY

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

ZOOMING_KEY

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

PAN_X_KEY

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

PAN_Y_KEY

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

ZOOM_KEY

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

PREVIEW_PAN_X_KEY

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

PREVIEW_PAN_Y_KEY

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

PREVIEW_ZOOM_KEY

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

UIDiagram

public UIDiagram()
Constructs an instance of the UIDiagram.

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 org.apache.myfaces.trinidad.component.UIXComponentBase

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

getStyleClass

public final java.lang.String getStyleClass()
Gets a CSS style class to use for this component.
Returns:
the new styleClass value

setStyleClass

public final void setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component.
Parameters:
styleClass - the new styleClass value

getSummary

public final java.lang.String getSummary()
Gets the summary of this table's purpose and structure for user agents rendering to non-visual media.
Returns:
the new summary value

setSummary

public final void setSummary(java.lang.String summary)
Sets the summary of this table's purpose and structure for user agents rendering to non-visual media.
Parameters:
summary - the new summary value

getPersist

public final java.lang.String[] getPersist()
Gets List of persistent attributes that are persisting to a registered "Persistent Change Manager". Persistent attributes, by default, always persist to a session.
Returns:
the new persist value

setPersist

public final void setPersist(java.lang.String[] persist)
Sets List of persistent attributes that are persisting to a registered "Persistent Change Manager". Persistent attributes, by default, always persist to a session.
Parameters:
persist - the new persist value

getDontPersist

public final java.lang.String[] getDontPersist()
Gets List of persistent attributes that are restricted from persisting to a registered "Persistent Change Manager". Persistent attributes would still persist to a session.
Returns:
the new dontPersist value

setDontPersist

public final void setDontPersist(java.lang.String[] dontPersist)
Sets List of persistent attributes that are restricted from persisting to a registered "Persistent Change Manager". Persistent attributes would still persist to a session.
Parameters:
dontPersist - the new dontPersist 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[])

getContentDelivery

public final java.lang.String getContentDelivery()
Gets whether data should be fetched when the component is rendered initially. Options are "lazy", "immediate", and "whenAvailable". If "lazy", then the hierarchyViewer content is fetched after the hierarchyViewer is sent to the browser. If "immediate", then the hierarchyViewer content is immediately sent to the browser. If "whenAvailable", then "immediate" content delivery is used if the data is already available; otherwise "lazy" content delivery is used. The default value is "whenAvailable".
Returns:
the new contentDelivery value

setContentDelivery

public final void setContentDelivery(java.lang.String contentDelivery)
Sets whether data should be fetched when the component is rendered initially. Options are "lazy", "immediate", and "whenAvailable". If "lazy", then the hierarchyViewer content is fetched after the hierarchyViewer is sent to the browser. If "immediate", then the hierarchyViewer content is immediately sent to the browser. If "whenAvailable", then "immediate" content delivery is used if the data is already available; otherwise "lazy" content delivery is used. The default value is "whenAvailable".
Parameters:
contentDelivery - the new contentDelivery value

getEmptyText

public final java.lang.String getEmptyText()
Retrieves the text of an empty component. If the text is enclosed in an html tag, it will be formatted. The formatting behavior is similar to outputFormatted component.
Returns:
the text to show in an empty component

setEmptyText

public final void setEmptyText(java.lang.String emptyText)
Sets the text of an empty component. If the text is enclosed in an html tag, it will be formatted. The formatting behavior is similar to outputFormatted component.
Parameters:
emptyText - the text to show in an empty component

getLayout

public final java.lang.String getLayout()
Retrieves the top-level layout of the Diagram.
Returns:
the top-level layout

setLayout

public final void setLayout(java.lang.String layout)
Sets the top-level layout of the Diagram.
Parameters:
layout - the top-level layout

getAnimationOnDisplay

public final java.lang.String getAnimationOnDisplay()
Retrieves the initial display animation of the Diagram.
Returns:
the initial display animation

setAnimationOnDisplay

public final void setAnimationOnDisplay(java.lang.String animationOnDisplay)
Sets the initial display animation of the Diagram.
Parameters:
animation - the initial display animation

getSelection

public final java.lang.String getSelection()
Gets the selection mode. Valid values are: "none" - nothing can be selected "single" - a single node or link can be selected "multiple" - multiple nodes ands links can be selected
Returns:
the new selection value

setSelection

public final void setSelection(java.lang.String selection)
Sets the selection mode. Valid values are: "none" - nothing can be selected "single" - a single node or link can be selected "multiple" - multiple nodes ands links can be selected
Parameters:
selection - the new selection value

getRolloverBehavior

public final java.lang.String getRolloverBehavior()
Gets the rollover behavior mode. Valid values are: "none" - (default) No rollover behavior is enabled "dim" - All other objects in the attributeGroup are dimmed when rollover occurs
Returns:
the rollover behavior mode

setRolloverBehavior

public final void setRolloverBehavior(java.lang.String rolloverBehavior)
Sets the rollover behavior mode. Valid values are: "none" - (default) No rollover behavior is enabled "dim" - All other objects in the attributeGroup are dimmed when rollover occurs
Parameters:
rolloverBehavior - the rollover behavior mode

processFacetsAndChildren

protected void processFacetsAndChildren(javax.faces.context.FacesContext context,
                                        javax.faces.event.PhaseId phaseId)

isReadOnly

public final boolean isReadOnly()

setReadOnly

public final void setReadOnly(boolean readOnly)

getAnimationDuration

public final int getAnimationDuration()
Returns the animation duration in milliseconds. For animations that have multiple stages, this attribute defines the duration of each stage. For example, if an animation contains two stages, the total duration will be two times this attribute's value.
Returns:
the animation duration in milliseconds

setAnimationDuration

public final void setAnimationDuration(int animationDuration)
Specifies the animation duration in milliseconds. For animations that have multiple stages, this attribute defines the duration of each stage. For example, if an animation contains two stages, the total duration will be two times this attribute's value.
Parameters:
animationDuration - the animation duration in milliseconds

getMaxZoom

public final double getMaxZoom()
Gets the maximum zoom level for this diagram. This can be any number greater than zero which indicates the maximum point to which Diagram objects can be scaled. A value of 2.0 implies that the Diagram can be zoomed in until Nodes appear at twice their natural size. By default, maxZoom is 2.0.
Returns:
the maximum zoom level

setMaxZoom

public final void setMaxZoom(double maxZoom)
Sets the maximum zoom level for this diagram. This can be any number greater than zero which indicates the maximum point to which Diagram objects can be scaled. A value of 2.0 implies that the Diagram can be zoomed in until Nodes appear at twice their natural size. By default, maxZoom is 2.0.
Parameters:
maxZoom - the maximum zoom level

getMinZoom

public final double getMinZoom()
Gets the minimum zoom level for this diagram. If minZoom is greater than zero, it indicates the minimum point to which Diagram objects can be scaled. A value of 0.1 implies that the Diagram can be zoomed in until Nodes appear at one-tenth their natural size. By default, minZoom is zero, indicating that the Diagram's minimum zoom level should be automatically adjusted to always allow the Diagram to scale to half the size necessary to perform a zoom-to-fit based on the currently visible Nodes and Links.
Returns:
the minimum zoom level

setMinZoom

public final void setMinZoom(double minZoom)
Sets the minimum zoom level for this diagram. If minZoom is greater than zero, it indicates the minimum point to which Diagram objects can be scaled. A value of 0.1 implies that the Diagram can be zoomed in until Nodes appear at one-tenth their natural size. By default, minZoom is zero, indicating that the Diagram's minimum zoom level should be automatically adjusted to always allow the Diagram to scale to half the size necessary to perform a zoom-to-fit based on the currently visible Nodes and Links.
Parameters:
minZoom - the minimum zoom level

getControlPanelBehavior

public final java.lang.String getControlPanelBehavior()
Gets the behavior of the control panel. Valid values are: "initCollapsed" - initially collapsed (default) "initExpanded" - initially expanded "hidden" - hidden from view
Returns:
the behavior of the control panel

setControlPanelBehavior

public void setControlPanelBehavior(java.lang.String controlPanelBehavior)
Sets the behavior of the control panel. Valid values are: "initCollapsed" - initially collapsed (default) "initExpanded" - initially expanded "hidden" - hidden from view
Parameters:
controlPanelBehavior - the behavior of the control panel

getPanning

public final java.lang.String getPanning()
Gets the panning behavior. Valid values are: "auto" - click-and-drag panning (default) "none" - panning will be disabled
Returns:
the panning behavior

setPanning

public void setPanning(java.lang.String panning)
Sets the panning behavior. Valid values are: "auto" - click-and-drag panning (default) "none" - panning will be disabled
Parameters:
panning - the panning behavior

getZooming

public final java.lang.String getZooming()
Gets the zooming behavior. Valid values are: "auto" - mouse wheel zooming (default) "none" - zooming will be disabled
Returns:
the zooming behavior

setZooming

public void setZooming(java.lang.String zooming)
Sets the zooming behavior. Valid values are: "auto" - mouse wheel zooming (default) "none" - zooming will be disabled
Parameters:
zooming - the zooming behavior

broadcast

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

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.