|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.imageView.ShapeAttributes
public class ShapeAttributes
| 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_KEYAn 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, registerAttachedObjectKey, 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 |
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey INTERNAL_USE_COMPONENT_FACELETS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ALT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLICK_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLICK_ACTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLICKABLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_CLICK_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HREF_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FORMAT_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NOHREF_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TARGET_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TABINDEX_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_FOCUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_BLUR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_KEY_PRESS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_KEY_DOWN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_KEY_UP_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_MOVE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_OVER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_OUT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_DBL_CLICK_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_DOWN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ON_MOUSE_UP_KEY
public static final java.lang.String LINKED_TEXT
public static final java.lang.String NONE
| Constructor Detail |
|---|
public ShapeAttributes()
| Method Detail |
|---|
public final javax.el.MethodExpression getClickListener()
public final void setClickListener(javax.el.MethodExpression clickListener)
clickActionListener -public final javax.el.MethodExpression getClickAction()
public final void setClickAction(javax.el.MethodExpression clickAction)
clickAction - method binding expressionpublic final javax.el.MethodExpression getClickable()
public final void setClickable(javax.el.MethodExpression clickable)
clickAction - method binding expressionpublic final javax.el.MethodExpression getAlt()
public final void setAlt(javax.el.MethodExpression alt)
altText - method binding expressionpublic final javax.el.MethodExpression getOnClick()
public final void setOnClick(javax.el.MethodExpression onClick)
altText - method binding expressionpublic final javax.el.MethodExpression getHref()
public final void setHref(javax.el.MethodExpression href)
altText - method binding expressionpublic final javax.el.MethodExpression getTitle()
public final void setTitle(javax.el.MethodExpression title)
altText - method binding expressionpublic final javax.el.MethodExpression getTabindex()
public final void setTabindex(javax.el.MethodExpression tabindex)
altText - method binding expressionpublic final javax.el.MethodExpression getFormatType()
public final void setFormatType(javax.el.MethodExpression type)
type - method binding expressionpublic void setNohref(javax.el.MethodExpression nohref)
altText - method binding expressionpublic final javax.el.MethodExpression getNohref()
altText - method binding expressionpublic final javax.el.MethodExpression getTarget()
public final void setTarget(javax.el.MethodExpression target)
altText - method binding expressionpublic final javax.el.MethodExpression getOnFocus()
public final void setOnFocus(javax.el.MethodExpression onFocus)
altText - method binding expressionpublic final javax.el.MethodExpression getOnBlur()
public final void setOnBlur(javax.el.MethodExpression onBlur)
altText - method binding expressionpublic final javax.el.MethodExpression getOnKeyPress()
public final void setOnKeyPress(javax.el.MethodExpression onKeyPress)
altText - method binding expressionpublic final javax.el.MethodExpression getOnKeyDown()
public final void setOnKeyDown(javax.el.MethodExpression onKeyDown)
altText - method binding expressionpublic final javax.el.MethodExpression getOnKeyUp()
public final void setOnKeyUp(javax.el.MethodExpression onKeyUp)
altText - method binding expressionpublic final javax.el.MethodExpression getOnMouseMove()
public final void setOnMouseMove(javax.el.MethodExpression onMouseMove)
altText - method binding expressionpublic final javax.el.MethodExpression getOnMouseOver()
public final void setOnMouseOver(javax.el.MethodExpression onMouseMove)
altText - method binding expressionpublic final javax.el.MethodExpression getOnMouseOut()
public final void setOnMouseOut(javax.el.MethodExpression onMouseOut)
altText - method binding expressionpublic final javax.el.MethodExpression getOnDblClick()
public final void setOnDblClick(javax.el.MethodExpression onDblClick)
altText - method binding expressionpublic final javax.el.MethodExpression getOnMouseDown()
public final void setOnMouseDown(javax.el.MethodExpression onMouseDown)
altText - method binding expressionpublic final javax.el.MethodExpression getOnMouseUp()
public final void setOnMouseUp(javax.el.MethodExpression onMouseUp)
altText - method binding expressionprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||