public class AlertImpl extends Object implements Alert, Serializable
Alert is a set of messages intended for user display in the user interface.
| Constructor and Description |
|---|
AlertImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String alert)
Add a new alert line.
|
void |
clear()
Remove any messages in the Alert.
|
String |
getAlert()
Access the alert message.
|
boolean |
isEmpty()
Check to see if the alert is empty, or has been populated.
|
String |
peekAlert()
Access the alert message, but unlike getAlert(), do not clear the message.
|
protected String m_msg
public void add(String alert)
public String getAlert()
public String peekAlert()
public boolean isEmpty()
Copyright © 2003-2014 The Sakai Foundation. All Rights Reserved.