|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ValidationMessage
A validation message
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Method Summary | |
|---|---|
IMessage |
buildValidationMessage(IResource target,
TextRange textRange,
Object... args)
Build a validation message with the specified target resource, text range, and arguments to be bound to the message template. |
int |
getDefaultSeverity()
Return the message's default severity (i.e. the severity of the message in the absence of a user-specified preference). |
String |
getDescription()
Return the message's description. |
String |
getID()
Return the message's ID. |
void |
setDefaultSeverity(int severity)
Set the message's default severity (i.e. the severity of the message in the absence of a user-specified preference). |
| Method Detail |
|---|
String getID()
String getDescription()
int getDefaultSeverity()
IMessage#getSeverity()void setDefaultSeverity(int severity)
IMessage#getSeverity()
IMessage buildValidationMessage(IResource target,
TextRange textRange,
Object... args)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||