com.ptc.core.ui.validation
Class UIValidationFeedbackMsg

java.lang.Object
  extended by com.ptc.core.ui.validation.UIValidationFeedbackMsg
All Implemented Interfaces:
Serializable

public class UIValidationFeedbackMsg
extends Object
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
static UIValidationFeedbackMsg newInstance()
          Creates a new instance of a UIValidationFeedbackMsg
static UIValidationFeedbackMsg newInstance(String messageText, FeedbackType messageType)
          Creates a new instance of a UIValiadtionFeedbackMsg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static UIValidationFeedbackMsg newInstance()
Creates a new instance of a UIValidationFeedbackMsg

Returns:
a new instance of a UIValidationFeedbackMsg

Supported API: true

newInstance

public static UIValidationFeedbackMsg newInstance(String messageText,
                                                  FeedbackType messageType)
Creates a new instance of a UIValiadtionFeedbackMsg

Parameters:
messageText - - the message text for the feedback message
messageType - - the FeedbackType for the feedback message
Returns:
a new instance of a UIValidationFeedbackMsg

Supported API: true