Uses of Enum Class
org.teamapps.dto.UiFieldMessagePosition
-
Uses of UiFieldMessagePosition in org.teamapps.dto
Subclasses with type arguments of type UiFieldMessagePosition in org.teamapps.dtoFields in org.teamapps.dto declared as UiFieldMessagePositionMethods in org.teamapps.dto that return UiFieldMessagePositionModifier and TypeMethodDescriptionUiFieldMessage.getPosition()static UiFieldMessagePositionReturns the enum constant of this class with the specified name.static UiFieldMessagePosition[]UiFieldMessagePosition.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 UiFieldMessagePositionModifierConstructorDescriptionUiFieldMessage(UiFieldMessageSeverity severity, String message, UiFieldMessagePosition position, UiFieldMessageVisibilityMode visibilityMode)