|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_messageObject
public final class f_messageObject
f_messageObject represents a single validation (or other) message, which is typically associated with a particular component in the view.
| Field Summary | |
|---|---|
static Number |
SEVERITY_ERROR
Message severity level indicating that an error has occurred. |
static Number |
SEVERITY_FATAL
Message severity level indicating that a serious error has occurred. |
static Number |
SEVERITY_INFO
Message severity level indicating an informational message rather than an error. |
static Number |
SEVERITY_WARN
Message severity level indicating that an error might have occurred. |
| Constructor Summary | |
|---|---|
f_messageObject(Number severity,
String summary,
String detail,
Object clientDatas)
Construct a new f_messageObject with the specified
initial values. |
|
| Method Summary | |
|---|---|
boolean |
f_equals(f_messageObject message)
|
String |
f_getClientData(String name)
|
String |
f_getDetail()
Return the localized detail text. |
Number |
f_getSeverity()
Return the severity level. |
String |
f_getSummary()
Return the localized summary text. |
String |
toString()
Returns a string representing the specified object. |
| Methods inherited from class Object |
|---|
toString |
| Field Detail |
|---|
public static final Number SEVERITY_ERROR
Message severity level indicating that an error has occurred.
public static final Number SEVERITY_INFO
Message severity level indicating an informational message rather than an error.
public static final Number SEVERITY_FATAL
Message severity level indicating that a serious error has occurred.
public static final Number SEVERITY_WARN
Message severity level indicating that an error might have occurred.
| Constructor Detail |
|---|
public f_messageObject(Number severity,
String summary,
String detail,
Object clientDatas)
Construct a new f_messageObject with the specified
initial values.
severity - the severitysummary - Localized summary message textdetail - Localized detail message textclientDatas - Client datas.| Method Detail |
|---|
public String f_getDetail()
Return the localized detail text. If no localized detail text has been defined for this message, return the localized summary text instead.
public Number f_getSeverity()
Return the severity level.
#SEVERITY_INFO,
#SEVERITY_WARN,
#SEVERITY_ERROR,
#SEVERITY_FATALpublic String toString()
Object
toString in class Objectpublic String f_getClientData(String name)
name - Name of propertypublic boolean f_equals(f_messageObject message)
message - objectpublic String f_getSummary()
Return the localized summary text.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||