Package com.ptc.core.ui.validation
Class UIValidationFeedbackMsg
java.lang.Object
com.ptc.core.ui.validation.UIValidationFeedbackMsg
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PromotionValidationFeedbackMsg
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic UIValidationFeedbackMsgCreates a new instance of a UIValidationFeedbackMsgstatic UIValidationFeedbackMsgnewInstance(String messageText, FeedbackType messageType) Creates a new instance of a UIValiadtionFeedbackMsg
-
Method Details
-
newInstance
Creates a new instance of a UIValidationFeedbackMsg- Returns:
- a new instance of a UIValidationFeedbackMsg
Supported API: true
-
newInstance
Creates a new instance of a UIValiadtionFeedbackMsg- Parameters:
messageText- - the message text for the feedback messagemessageType- - the FeedbackType for the feedback message- Returns:
- a new instance of a UIValidationFeedbackMsg
Supported API: true
-