Uses of Class
org.teamapps.dto.UiNotification.Position
-
-
Uses of UiNotification.Position in org.teamapps.dto
Fields in org.teamapps.dto declared as UiNotification.Position Modifier and Type Field Description protected UiNotification.PositionUiNotification. positionMethods in org.teamapps.dto that return UiNotification.Position Modifier and Type Method Description UiNotification.PositionUiNotification. getPosition()static UiNotification.PositionUiNotification.Position. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiNotification.Position[]UiNotification.Position. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiNotification.Position Modifier and Type Method Description UiNotificationUiNotification. setPosition(UiNotification.Position position)
-