|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.AlertProps
Contains properties for determining how alert messages are displayed in the ItemsGrid
component.
Constructor Summary | |
AlertProps()
|
Method Summary | |
java.lang.String |
getImageUrl()
Gets the URL of the image to be displayed when an alert occurs. |
boolean |
isShowAlertMessage()
Returns a value that indicates whether to show the message on an alert image's tooltip. |
boolean |
isShowAlertTime()
Returns a value that indicates whether to show the date and time an alert occurred. |
boolean |
isVisible()
Returns a value that indicates whether to display alerts. |
void |
setImageUrl(java.lang.String imageUrl)
Sets the URL of the image to be displayed when an alert occurs. |
void |
setShowAlertMessage(boolean showAlertMessage)
Sets a value that indicates whether to show the message on an alert image's tooltip. |
void |
setShowAlertTime(boolean showAlertTime)
Sets a value that indicates whether to show the date and time an alert occurred. |
void |
setVisible(boolean visible)
Sets a value that indicates whether to display alerts. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AlertProps()
Method Detail |
public boolean isVisible()
Returns a value that indicates whether to display alerts.
true
if alerts are displayed, otherwise, false
.public void setVisible(boolean visible)
Sets a value that indicates whether to display alerts.
visible
- true
to display alerts, otherwise, false
.public boolean isShowAlertMessage()
Returns a value that indicates whether to show the message on an alert image's tooltip.
true
if the message is shown on an alert's image tooltip, otherwise, false
.public void setShowAlertMessage(boolean showAlertMessage)
Sets a value that indicates whether to show the message on an alert image's tooltip.
showAlertMessage
- true
to show the message on an alert's image tooltip, otherwise, false
.public boolean isShowAlertTime()
Returns a value that indicates whether to show the date and time an alert occurred.
true
if the last update time is shown on the alert's image tooltip, otherwise, false
.public void setShowAlertTime(boolean showAlertTime)
Sets a value that indicates whether to show the date and time an alert occurred.
showAlertTime
- true
to show the last update time on the alert's image tooltip, otherwise, false
.public java.lang.String getImageUrl()
Gets the URL of the image to be displayed when an alert occurs.
String
representing the URL of the image to be displayed when an alert occurs.public void setImageUrl(java.lang.String imageUrl)
Sets the URL of the image to be displayed when an alert occurs.
imageUrl
- A String
representing the URL of the image to be displayed when an alert occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |