Class AbstractMapShape
- java.lang.Object
-
- org.teamapps.ux.component.map.shape.AbstractMapShape
-
- Direct Known Subclasses:
MapCircle,MapPolygon,MapPolyline,MapRectangle
public abstract class AbstractMapShape extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAbstractMapShape.MapShapeListener
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringclientIdprotected AbstractMapShape.MapShapeListenerlistenerprotected ShapePropertiesproperties
-
Constructor Summary
Constructors Constructor Description AbstractMapShape()AbstractMapShape(ShapeProperties properties)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.teamapps.dto.AbstractUiMapShapecreateUiMapShape()java.lang.StringgetClientIdInternal()ShapePropertiesgetProperties()protected voidmapAbstractUiShapeProperties(org.teamapps.dto.AbstractUiMapShape uiShape)voidremove()voidsetClientIdInternal(java.lang.String clientId)voidsetListenerInternal(AbstractMapShape.MapShapeListener listener)
-
-
-
Field Detail
-
clientId
protected java.lang.String clientId
-
properties
protected final ShapeProperties properties
-
listener
protected AbstractMapShape.MapShapeListener listener
-
-
Constructor Detail
-
AbstractMapShape
public AbstractMapShape()
-
AbstractMapShape
public AbstractMapShape(ShapeProperties properties)
-
-
Method Detail
-
createUiMapShape
public abstract org.teamapps.dto.AbstractUiMapShape createUiMapShape()
-
mapAbstractUiShapeProperties
protected void mapAbstractUiShapeProperties(org.teamapps.dto.AbstractUiMapShape uiShape)
-
getProperties
public ShapeProperties getProperties()
-
remove
public void remove()
-
setListenerInternal
public void setListenerInternal(AbstractMapShape.MapShapeListener listener)
-
getClientIdInternal
public java.lang.String getClientIdInternal()
-
setClientIdInternal
public void setClientIdInternal(java.lang.String clientId)
-
-