Uses of Class
org.teamapps.dto.UiNotificationPosition
-
-
Uses of UiNotificationPosition in org.teamapps.dto
Fields in org.teamapps.dto declared as UiNotificationPosition Modifier and Type Field Description protected UiNotificationPositionUiRootPanel.ShowNotificationCommand. positionMethods in org.teamapps.dto that return UiNotificationPosition Modifier and Type Method Description UiNotificationPositionUiRootPanel.ShowNotificationCommand. getPosition()static UiNotificationPositionUiNotificationPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiNotificationPosition[]UiNotificationPosition. 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 UiNotificationPosition Constructor Description ShowNotificationCommand(UiClientObjectReference notification, UiNotificationPosition position, UiEntranceAnimation entranceAnimation, UiExitAnimation exitAnimation)
-