Uses of Class
org.teamapps.dto.UiFieldMessageSeverity
-
-
Uses of UiFieldMessageSeverity in org.teamapps.dto
Fields in org.teamapps.dto declared as UiFieldMessageSeverity Modifier and Type Field Description protected UiFieldMessageSeverityUiFieldMessage. severityMethods in org.teamapps.dto that return UiFieldMessageSeverity Modifier and Type Method Description UiFieldMessageSeverityUiFieldMessage. getSeverity()static UiFieldMessageSeverityUiFieldMessageSeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiFieldMessageSeverity[]UiFieldMessageSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiFieldMessageSeverity Constructor Description UiFieldMessage(UiFieldMessageSeverity severity, java.lang.String message, UiFieldMessagePosition position, UiFieldMessageVisibilityMode visibilityMode)
-