|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaxfront.core.rule.Message
public class Message
Message to display in a status bar in muliple languages.
Constructor Summary | |
---|---|
Message(int id,
Type sourceType,
java.lang.String classification,
boolean needsUserAcceptance,
FormulaExpression formEx)
Creates a message based on an id, a holding type, a classification, userAcceptance flag and a formula exression. |
Method Summary | |
---|---|
java.lang.Object |
clone(Type newSourceType)
|
java.lang.String |
getClassification()
Returns the classification string. |
java.lang.String |
getText()
Returns the message text. |
boolean |
isErrorMessage()
Returns true if this is a message of type XUITypes.UIS_ENUM_CLASSIFICATION_ERROR. |
boolean |
isHintMessage()
Returns true if this is a message of type UIS_ENUM_CLASSIFICATION_HINT. |
boolean |
isInfoMessage()
Returns true if this is a message of type UIS_ENUM_CLASSIFICATION_INFO. |
boolean |
isNeedingUserAcceptance()
Returns true if the user needs to respond (accept) this message. |
boolean |
isQuestionMessage()
Returns true if this is a message of type UIS_ENUM_CLASSIFICATION_QUESTION. |
boolean |
isWarningMessage()
Returns true if this is a message of type UIS_ENUM_CLASSIFICATION_WARNING. |
void |
release()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Message(int id, Type sourceType, java.lang.String classification, boolean needsUserAcceptance, FormulaExpression formEx)
id
- sourceType
- classification
- needsUserAcceptance
- formEx
- Method Detail |
---|
public java.lang.String getText()
public boolean isErrorMessage()
public boolean isInfoMessage()
public boolean isWarningMessage()
public java.lang.String getClassification()
XUITypes
public boolean isNeedingUserAcceptance()
public boolean isHintMessage()
public boolean isQuestionMessage()
public java.lang.Object clone(Type newSourceType)
public void release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |