Class UIValidationFeedbackMsg

java.lang.Object
com.ptc.core.ui.validation.UIValidationFeedbackMsg
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PromotionValidationFeedbackMsg

public class UIValidationFeedbackMsg extends Object implements Serializable


Supported API: true

Extendable: false
See Also:
  • Method Details

    • 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