|
Dashboard Builder Commons 6.2.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Message
A message.
| Field Summary | |
|---|---|
static int |
ERROR
Error message type. |
static int |
INFO
Informative message type. |
static int |
WARNING
Warning message type. |
| Method Summary | |
|---|---|
Object[] |
getElements()
The elements involved in the error (the error context). |
String |
getMessage(Locale l)
A string representation of the error for the given locale. |
String |
getMessageCode()
The error code. |
int |
getMessageType()
Get the message type. |
boolean |
isEditable()
Returns true if this message refers to an editable element |
void |
setElements(Object[] elements)
|
void |
setMessageCode(String errorCode)
|
| Field Detail |
|---|
static final int ERROR
static final int WARNING
static final int INFO
| Method Detail |
|---|
Object[] getElements()
void setElements(Object[] elements)
String getMessageCode()
void setMessageCode(String errorCode)
String getMessage(Locale l)
int getMessageType()
boolean isEditable()
|
Dashboard Builder Commons 6.2.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||