Uses of Enum Class
org.teamapps.dto.UiFloatingComponentPosition
-
Uses of UiFloatingComponentPosition in org.teamapps.dto
Fields in org.teamapps.dto declared as UiFloatingComponentPositionModifier and TypeFieldDescriptionprotected UiFloatingComponentPositionUiFloatingComponent.positionprotected UiFloatingComponentPositionUiFloatingComponent.SetPositionCommand.positionMethods in org.teamapps.dto that return UiFloatingComponentPositionModifier and TypeMethodDescriptionUiFloatingComponent.getPosition()UiFloatingComponent.SetPositionCommand.getPosition()static UiFloatingComponentPositionReturns the enum constant of this class with the specified name.static UiFloatingComponentPosition[]UiFloatingComponentPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiFloatingComponentPositionModifier and TypeMethodDescriptionUiFloatingComponent.setPosition(UiFloatingComponentPosition position) Constructors in org.teamapps.dto with parameters of type UiFloatingComponentPositionModifierConstructorDescriptionSetPositionCommand(String componentId, UiFloatingComponentPosition position)