Uses of Class
org.teamapps.dto.UiFloatingComponentPosition
-
-
Uses of UiFloatingComponentPosition in org.teamapps.dto
Fields in org.teamapps.dto declared as UiFloatingComponentPosition Modifier and Type Field Description protected UiFloatingComponentPositionUiFloatingComponent. positionprotected UiFloatingComponentPositionUiFloatingComponent.SetPositionCommand. positionMethods in org.teamapps.dto that return UiFloatingComponentPosition Modifier and Type Method Description UiFloatingComponentPositionUiFloatingComponent. getPosition()UiFloatingComponentPositionUiFloatingComponent.SetPositionCommand. getPosition()static UiFloatingComponentPositionUiFloatingComponentPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiFloatingComponentPosition[]UiFloatingComponentPosition. 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 UiFloatingComponentPosition Modifier and Type Method Description UiFloatingComponentUiFloatingComponent. setPosition(UiFloatingComponentPosition position)Constructors in org.teamapps.dto with parameters of type UiFloatingComponentPosition Constructor Description SetPositionCommand(java.lang.String componentId, UiFloatingComponentPosition position)
-