com.ptc.core.ui.resources
Enum FeedbackType

java.lang.Object
  extended by java.lang.Enum<FeedbackType>
      extended by com.ptc.core.ui.resources.FeedbackType
All Implemented Interfaces:
Serializable, Comparable<FeedbackType>

public enum FeedbackType
extends Enum<FeedbackType>

Provides the set of valid feedback message types.

SUCCESS - Indicates that task has completed successfully; message displays with a "CONFIRMATION:" prefix and has an OK button only
FAILURE - Indicates that a task has failed; message displays with a "ATTENTION:" prefix and has an OK button only
CONFIRMATION - Requires the user to make a choice; message displays with a "CONFIRM:" prefix and has OK and CANCEL buttons
ERROR - Currently not used. Deprecated.
INFO - Currently not used. Deprecated.
WARNING - Currently not used. Deprecated. See also com.ptc.core.components.util.FeedbackMessage.

Supported API: true

Extendable: false


Enum Constant Summary
CONFIRMATION
           
ERROR
           
FAILURE
           
INFO
           
SUCCESS
           
WARNING
           
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CONFIRMATION

public static final FeedbackType CONFIRMATION

SUCCESS

public static final FeedbackType SUCCESS

FAILURE

public static final FeedbackType FAILURE

ERROR

public static final FeedbackType ERROR

INFO

public static final FeedbackType INFO

WARNING

public static final FeedbackType WARNING