Uses of Class
org.teamapps.dto.AbstractUiMapShape
-
Uses of AbstractUiMapShape in org.teamapps.dto
Subclasses of AbstractUiMapShape in org.teamapps.dtoModifier and TypeClassDescriptionclassTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!classTHIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!Fields in org.teamapps.dto declared as AbstractUiMapShapeModifier and TypeFieldDescriptionprotected AbstractUiMapShapeUiMap.AddShapeCommand.shapeprotected AbstractUiMapShapeUiMap.ShapeDrawnEvent.shapeprotected AbstractUiMapShapeUiMap.UpdateShapeCommand.shapeprotected AbstractUiMapShapeUiMap2.AddShapeCommand.shapeprotected AbstractUiMapShapeUiMap2.ShapeDrawnEvent.shapeprotected AbstractUiMapShapeUiMap2.UpdateShapeCommand.shapeFields in org.teamapps.dto with type parameters of type AbstractUiMapShapeModifier and TypeFieldDescriptionprotected Map<String, AbstractUiMapShape> UiMap.shapesprotected Map<String, AbstractUiMapShape> UiMap2.shapesMethods in org.teamapps.dto that return AbstractUiMapShapeModifier and TypeMethodDescriptionUiMap.AddShapeCommand.getShape()UiMap.ShapeDrawnEvent.getShape()UiMap.UpdateShapeCommand.getShape()UiMap2.AddShapeCommand.getShape()UiMap2.ShapeDrawnEvent.getShape()UiMap2.UpdateShapeCommand.getShape()AbstractUiMapShape.setShapeProperties(UiShapeProperties shapeProperties) Methods in org.teamapps.dto that return types with arguments of type AbstractUiMapShapeMethod parameters in org.teamapps.dto with type arguments of type AbstractUiMapShapeModifier and TypeMethodDescriptionUiMap.setShapes(Map<String, AbstractUiMapShape> shapes) UiMap2.setShapes(Map<String, AbstractUiMapShape> shapes) Constructors in org.teamapps.dto with parameters of type AbstractUiMapShapeModifierConstructorDescriptionAddShapeCommand(String componentId, String shapeId, AbstractUiMapShape shape) AddShapeCommand(String componentId, String shapeId, AbstractUiMapShape shape) ShapeDrawnEvent(String componentId, String shapeId, AbstractUiMapShape shape) ShapeDrawnEvent(String componentId, String shapeId, AbstractUiMapShape shape) UpdateShapeCommand(String componentId, String shapeId, AbstractUiMapShape shape) UpdateShapeCommand(String componentId, String shapeId, AbstractUiMapShape shape)