Uses of Enum Class
org.teamapps.dto.UiMapShapeType
-
Uses of UiMapShapeType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiMapShapeTypeModifier and TypeFieldDescriptionprotected UiMapShapeTypeUiMap.StartDrawingShapeCommand.shapeTypeprotected UiMapShapeTypeUiMap2.StartDrawingShapeCommand.shapeTypeMethods in org.teamapps.dto that return UiMapShapeTypeModifier and TypeMethodDescriptionUiMap.StartDrawingShapeCommand.getShapeType()UiMap2.StartDrawingShapeCommand.getShapeType()static UiMapShapeTypeReturns the enum constant of this class with the specified name.static UiMapShapeType[]UiMapShapeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiMapShapeTypeModifierConstructorDescriptionStartDrawingShapeCommand(String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties) StartDrawingShapeCommand(String componentId, UiMapShapeType shapeType, UiShapeProperties shapeProperties)