public class Alert extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
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 |
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
Alert() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setYValueAssignment(java.lang.String axis)
Identifies which axis the yValue attribute is associated with.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
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
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 void setYValueAssignment(java.lang.String 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