Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.adf.view.faces.bi.component.imageView
Class ShapeAttributes

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.imageView.ShapeAttributes
All Implemented Interfaces:
javax.faces.component.StateHolder

public class ShapeAttributes
extends BIComplexAttributeBase

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey ALT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey CLICK_ACTION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey CLICK_LISTENER_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey CLICKABLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey FORMAT_TYPE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey HREF_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey INTERNAL_USE_COMPONENT_FACELETS_KEY
          An internal use only property
static java.lang.String LINKED_TEXT
           
static org.apache.myfaces.trinidad.bean.PropertyKey NOHREF_KEY
           
static java.lang.String NONE
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_BLUR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_CLICK_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_DBL_CLICK_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_FOCUS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_KEY_DOWN_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_KEY_PRESS_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_KEY_UP_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_DOWN_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_MOVE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_OUT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_OVER_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_UP_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TABINDEX_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TARGET_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
ShapeAttributes()
           
 
Method Summary
 javax.el.MethodExpression getAlt()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of ALT HTML attribute).
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 javax.el.MethodExpression getClickable()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a boolean.
 javax.el.MethodExpression getClickAction()
          Retrieves the MethodExpression pointing at the appication action to be invoked if the CoreGraph component is clicked.
 javax.el.MethodExpression getClickListener()
          Retrieves the MethodExpression pointing at the listener method to be invoked if the CoreGraph component is clicked.
 javax.el.MethodExpression getFormatType()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String value of FormatType attribute.
 javax.el.MethodExpression getHref()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of HREF HTML attribute).
 javax.el.MethodExpression getNohref()
          Retrives the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a boolean that indicates if NOHREF should be rendered.
 javax.el.MethodExpression getOnBlur()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnClick()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnDblClick()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnFocus()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnKeyDown()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnKeyPress()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnKeyUp()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnMouseDown()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnMouseMove()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnMouseOut()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnMouseOver()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getOnMouseUp()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 javax.el.MethodExpression getTabindex()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TABINDEX HTML attribute).
 javax.el.MethodExpression getTarget()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TARGET HTML attribute).
 javax.el.MethodExpression getTitle()
          Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TITLE HTML attribute).
 void setAlt(javax.el.MethodExpression alt)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of ALT HTML attribute).
 void setClickable(javax.el.MethodExpression clickable)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a boolean.
 void setClickAction(javax.el.MethodExpression clickAction)
          Specifies the MethodExpression pointing at the appication action to be invoked if the CoreGraph component is clicked during Invoke Application phase.
 void setClickListener(javax.el.MethodExpression clickListener)
          Set the MethodExpression pointing at listener method to be invoked, if the CoreGraph component is clicked during Invoke Application phase.
 void setFormatType(javax.el.MethodExpression type)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String value of FormatType attribute.
 void setHref(javax.el.MethodExpression href)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of HREF HTML attribute).
 void setNohref(javax.el.MethodExpression nohref)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a boolean that indicates if NOHREF should be rendered.
 void setOnBlur(javax.el.MethodExpression onBlur)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnClick(javax.el.MethodExpression onClick)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnDblClick(javax.el.MethodExpression onDblClick)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnFocus(javax.el.MethodExpression onFocus)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnKeyDown(javax.el.MethodExpression onKeyDown)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnKeyPress(javax.el.MethodExpression onKeyPress)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnKeyUp(javax.el.MethodExpression onKeyUp)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnMouseDown(javax.el.MethodExpression onMouseDown)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnMouseMove(javax.el.MethodExpression onMouseMove)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnMouseOut(javax.el.MethodExpression onMouseOut)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnMouseOver(javax.el.MethodExpression onMouseMove)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setOnMouseUp(javax.el.MethodExpression onMouseUp)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).
 void setTabindex(javax.el.MethodExpression tabindex)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TABINDEX HTML attribute).
 void setTarget(javax.el.MethodExpression target)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TARGET HTML attribute).
 void setTitle(javax.el.MethodExpression title)
          Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TITLE HTML attribute).
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

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

INTERNAL_USE_COMPONENT_FACELETS_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey INTERNAL_USE_COMPONENT_FACELETS_KEY
An internal use only property

For internal use only. Application developers should not use this

ALT_KEY

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

CLICK_LISTENER_KEY

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

CLICK_ACTION_KEY

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

CLICKABLE_KEY

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

ON_CLICK_KEY

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

HREF_KEY

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

FORMAT_TYPE_KEY

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

NOHREF_KEY

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

TARGET_KEY

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

TITLE_KEY

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

TABINDEX_KEY

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

ON_FOCUS_KEY

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

ON_BLUR_KEY

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

ON_KEY_PRESS_KEY

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

ON_KEY_DOWN_KEY

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

ON_KEY_UP_KEY

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

ON_MOUSE_MOVE_KEY

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

ON_MOUSE_OVER_KEY

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

ON_MOUSE_OUT_KEY

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

ON_DBL_CLICK_KEY

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

ON_MOUSE_DOWN_KEY

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

ON_MOUSE_UP_KEY

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

LINKED_TEXT

public static final java.lang.String LINKED_TEXT
See Also:
Constant Field Values

NONE

public static final java.lang.String NONE
See Also:
Constant Field Values
Constructor Detail

ShapeAttributes

public ShapeAttributes()
Method Detail

getClickListener

public final javax.el.MethodExpression getClickListener()
Retrieves the MethodExpression pointing at the listener method to be invoked if the CoreGraph component is clicked.

Returns:
method binding expression

setClickListener

public final void setClickListener(javax.el.MethodExpression clickListener)
Set the MethodExpression pointing at listener method to be invoked, if the CoreGraph component is clicked during Invoke Application phase. Any method referenced by such an expression must be public, with a return type of void, and accept a single parameter of type ClickEvent.

Parameters:
clickActionListener -

getClickAction

public final javax.el.MethodExpression getClickAction()
Retrieves the MethodExpression pointing at the appication action to be invoked if the CoreGraph component is clicked.

Returns:
method binding expression

setClickAction

public final void setClickAction(javax.el.MethodExpression clickAction)
Specifies the MethodExpression pointing at the appication action to be invoked if the CoreGraph component is clicked during Invoke Application phase. Any method referenced by such an expression must be public, with a return type of String, and accept no parameters.

Parameters:
clickAction - method binding expression

getClickable

public final javax.el.MethodExpression getClickable()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a boolean.

Returns:
method binding expression

setClickable

public final void setClickable(javax.el.MethodExpression clickable)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a boolean.

Parameters:
clickAction - method binding expression

getAlt

public final javax.el.MethodExpression getAlt()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of ALT HTML attribute).

Returns:
method binding expression

setAlt

public final void setAlt(javax.el.MethodExpression alt)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of ALT HTML attribute).

Parameters:
altText - method binding expression

getOnClick

public final javax.el.MethodExpression getOnClick()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnClick

public final void setOnClick(javax.el.MethodExpression onClick)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getHref

public final javax.el.MethodExpression getHref()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of HREF HTML attribute).

Returns:
method binding expression

setHref

public final void setHref(javax.el.MethodExpression href)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of HREF HTML attribute).

Parameters:
altText - method binding expression

getTitle

public final javax.el.MethodExpression getTitle()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TITLE HTML attribute).

Returns:
method binding expression

setTitle

public final void setTitle(javax.el.MethodExpression title)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TITLE HTML attribute).

Parameters:
altText - method binding expression

getTabindex

public final javax.el.MethodExpression getTabindex()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TABINDEX HTML attribute).

Returns:
method binding expression

setTabindex

public final void setTabindex(javax.el.MethodExpression tabindex)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TABINDEX HTML attribute).

Parameters:
altText - method binding expression

getFormatType

public final javax.el.MethodExpression getFormatType()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String value of FormatType attribute.

Returns:
method binding expression

setFormatType

public final void setFormatType(javax.el.MethodExpression type)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String value of FormatType attribute.

Parameters:
type - method binding expression

setNohref

public void setNohref(javax.el.MethodExpression nohref)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a boolean that indicates if NOHREF should be rendered. Default is false.

Parameters:
altText - method binding expression

getNohref

public final javax.el.MethodExpression getNohref()
Retrives the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a boolean that indicates if NOHREF should be rendered. Default is false.

Parameters:
altText - method binding expression

getTarget

public final javax.el.MethodExpression getTarget()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TARGET HTML attribute).

Returns:
method binding expression

setTarget

public final void setTarget(javax.el.MethodExpression target)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(value of TARGET HTML attribute).

Parameters:
altText - method binding expression

getOnFocus

public final javax.el.MethodExpression getOnFocus()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnFocus

public final void setOnFocus(javax.el.MethodExpression onFocus)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnBlur

public final javax.el.MethodExpression getOnBlur()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnBlur

public final void setOnBlur(javax.el.MethodExpression onBlur)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnKeyPress

public final javax.el.MethodExpression getOnKeyPress()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnKeyPress

public final void setOnKeyPress(javax.el.MethodExpression onKeyPress)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnKeyDown

public final javax.el.MethodExpression getOnKeyDown()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnKeyDown

public final void setOnKeyDown(javax.el.MethodExpression onKeyDown)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnKeyUp

public final javax.el.MethodExpression getOnKeyUp()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnKeyUp

public final void setOnKeyUp(javax.el.MethodExpression onKeyUp)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnMouseMove

public final javax.el.MethodExpression getOnMouseMove()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnMouseMove

public final void setOnMouseMove(javax.el.MethodExpression onMouseMove)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnMouseOver

public final javax.el.MethodExpression getOnMouseOver()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnMouseOver

public final void setOnMouseOver(javax.el.MethodExpression onMouseMove)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnMouseOut

public final javax.el.MethodExpression getOnMouseOut()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnMouseOut

public final void setOnMouseOut(javax.el.MethodExpression onMouseOut)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnDblClick

public final javax.el.MethodExpression getOnDblClick()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnDblClick

public final void setOnDblClick(javax.el.MethodExpression onDblClick)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnMouseDown

public final javax.el.MethodExpression getOnMouseDown()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnMouseDown

public final void setOnMouseDown(javax.el.MethodExpression onMouseDown)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getOnMouseUp

public final javax.el.MethodExpression getOnMouseUp()
Retrieves the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Returns:
method binding expression

setOnMouseUp

public final void setOnMouseUp(javax.el.MethodExpression onMouseUp)
Specifies the MethodExpression pointing at a public method that takes one parameter oracle.dss.dataView.ComponentHandle and returns a String(Java Script handler).

Parameters:
altText - method binding expression

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Specified by:
getBeanType in class BIComplexAttributeBase

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.