com.ptc.core.ui.resources
Enum FeedbackType
java.lang.Object
java.lang.Enum<FeedbackType>
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
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