Uses of Enum Class
org.teamapps.dto.UiFieldMessageSeverity
-
Uses of UiFieldMessageSeverity in org.teamapps.dto
Subclasses with type arguments of type UiFieldMessageSeverity in org.teamapps.dtoFields in org.teamapps.dto declared as UiFieldMessageSeverityMethods in org.teamapps.dto that return UiFieldMessageSeverityModifier and TypeMethodDescriptionUiFieldMessage.getSeverity()static UiFieldMessageSeverityReturns the enum constant of this class with the specified name.static UiFieldMessageSeverity[]UiFieldMessageSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiFieldMessageSeverityModifierConstructorDescriptionUiFieldMessage(UiFieldMessageSeverity severity, String message, UiFieldMessagePosition position, UiFieldMessageVisibilityMode visibilityMode)