|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.Alert
public class Alert
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
IMAGE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
RENDERED_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
TEXT_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
XVALUE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
YAXIS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
YVALUE_KEY
|
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
Alert()
|
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.lang.String |
getImageSource()
Retrieves the url pointing to the icon for the alert. |
java.lang.String |
getText()
Retrieves the text for the alert. |
java.lang.Object |
getXValue()
Retrieves the x-value associated with this alert. |
java.lang.Object |
getYValue()
Retrieves the y-value associated with this alert. |
int |
getYValueAssignment()
Indicates whether the Y value is plotted against the Y1 or Y2-axis. |
boolean |
isRendered()
Indicates whether the alert is rendered. |
void |
setImageSource(java.lang.String url)
Specifies the text of the alert. |
void |
setRendered(boolean rendered)
Specifies whether the alert is rendered. |
void |
setText(java.lang.String str)
Specifies the text of the alert. |
void |
setXValue(java.lang.Object value)
Specifies the x-value associated with this alert. |
void |
setYValue(java.lang.Object value)
Specifies the y-value associated with this alert. |
void |
setYValueAssignment(int axis)
Specifies whether the Y value is plotted against the Y1 or Y2-axis. |
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 |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey XVALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey YVALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey IMAGE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey YAXIS_KEY
Constructor Detail |
---|
public Alert()
Method Detail |
---|
public void setXValue(java.lang.Object value)
value
- public java.lang.Object getXValue()
public void setYValue(java.lang.Object value)
value
- public java.lang.Object getYValue()
public java.lang.String getText()
public void setText(java.lang.String str)
str
- The text of the alert.public void setYValueAssignment(int axis)
axis
- The axis Y value is plotted against.public int getYValueAssignment()
public java.lang.String getImageSource()
public void setImageSource(java.lang.String url)
str
- The text of the alert.public boolean isRendered()
true
if it is rendered, false
if it is
inrendered.public void setRendered(boolean rendered)
yesNo
- true
to make it rendered, false
to make it inrendered.protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |