Uses of Enum Class
org.teamapps.dto.UiNotificationPosition
-
Uses of UiNotificationPosition in org.teamapps.dto
Fields in org.teamapps.dto declared as UiNotificationPositionModifier and TypeFieldDescriptionprotected UiNotificationPositionUiRootPanel.ShowNotificationCommand.positionMethods in org.teamapps.dto that return UiNotificationPositionModifier and TypeMethodDescriptionUiRootPanel.ShowNotificationCommand.getPosition()static UiNotificationPositionReturns the enum constant of this class with the specified name.static UiNotificationPosition[]UiNotificationPosition.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 UiNotificationPositionModifierConstructorDescriptionShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)