Uses of Class
org.teamapps.dto.UiMapShapeType
-
-
Uses of UiMapShapeType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiMapShapeType Modifier and Type Field Description protected UiMapShapeTypeUiMap.StartDrawingShapeCommand. shapeTypeprotected UiMapShapeTypeUiMap2.StartDrawingShapeCommand. shapeTypeMethods in org.teamapps.dto that return UiMapShapeType Modifier and Type Method Description UiMapShapeTypeUiMap.StartDrawingShapeCommand. getShapeType()UiMapShapeTypeUiMap2.StartDrawingShapeCommand. getShapeType()static UiMapShapeTypeUiMapShapeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiMapShapeType[]UiMapShapeType. 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 UiMapShapeType Constructor Description StartDrawingShapeCommand(java.lang.String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)StartDrawingShapeCommand(java.lang.String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)
-