Uses of Enum Class
org.teamapps.dto.UiFieldMessageVisibilityMode
-
Uses of UiFieldMessageVisibilityMode in org.teamapps.dto
Fields in org.teamapps.dto declared as UiFieldMessageVisibilityModeModifier and TypeFieldDescriptionprotected UiFieldMessageVisibilityModeUiFieldMessage.visibilityModeMethods in org.teamapps.dto that return UiFieldMessageVisibilityModeModifier and TypeMethodDescriptionUiFieldMessage.getVisibilityMode()static UiFieldMessageVisibilityModeReturns the enum constant of this class with the specified name.static UiFieldMessageVisibilityMode[]UiFieldMessageVisibilityMode.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 UiFieldMessageVisibilityModeModifierConstructorDescriptionUiFieldMessage(UiFieldMessageSeverity severity, String message, UiFieldMessagePosition position, UiFieldMessageVisibilityMode visibilityMode)