Class LAbstractDrawEditOptions<S extends LAbstractDrawEditOptions<S>>

All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>

public abstract class LAbstractDrawEditOptions<S extends LAbstractDrawEditOptions<S>> extends LAbstractDrawOptions<S>
  • Constructor Details

    • LAbstractDrawEditOptions

      public LAbstractDrawEditOptions()
  • Method Details

    • getAllowSelfIntersectionEdit

      public Boolean getAllowSelfIntersectionEdit()
    • setAllowSelfIntersectionEdit

      public void setAllowSelfIntersectionEdit(Boolean allowSelfIntersectionEdit)
    • withAllowSelfIntersectionEdit

      public S withAllowSelfIntersectionEdit(Boolean allowSelfIntersectionEdit)
    • getPreventMarkerRemoval

      public Boolean getPreventMarkerRemoval()
    • setPreventMarkerRemoval

      public void setPreventMarkerRemoval(Boolean preventMarkerRemoval)
    • withPreventMarkerRemoval

      public S withPreventMarkerRemoval(Boolean preventMarkerRemoval)
    • getRemoveLayerBelowMinVertexCount

      public Boolean getRemoveLayerBelowMinVertexCount()
    • setRemoveLayerBelowMinVertexCount

      public void setRemoveLayerBelowMinVertexCount(Boolean removeLayerBelowMinVertexCount)
    • withRemoveLayerBelowMinVertexCount

      public S withRemoveLayerBelowMinVertexCount(Boolean removeLayerBelowMinVertexCount)
    • getSyncLayersOnDrag

      public Boolean getSyncLayersOnDrag()
    • setSyncLayersOnDrag

      public void setSyncLayersOnDrag(Boolean syncLayersOnDrag)
    • withSyncLayersOnDrag

      public S withSyncLayersOnDrag(Boolean syncLayersOnDrag)
    • getAllowEditing

      public Boolean getAllowEditing()
    • setAllowEditing

      public void setAllowEditing(Boolean allowEditing)
    • withAllowEditing

      public S withAllowEditing(Boolean allowEditing)
    • getAllowRemoval

      public Boolean getAllowRemoval()
    • setAllowRemoval

      public void setAllowRemoval(Boolean allowRemoval)
    • withAllowRemoval

      public S withAllowRemoval(Boolean allowRemoval)
    • getAllowCutting

      public Boolean getAllowCutting()
    • setAllowCutting

      public void setAllowCutting(Boolean allowCutting)
    • withAllowCutting

      public S withAllowCutting(Boolean allowCutting)
    • getAllowRotation

      public Boolean getAllowRotation()
    • setAllowRotation

      public void setAllowRotation(Boolean allowRotation)
    • withAllowRotation

      public S withAllowRotation(Boolean allowRotation)
    • getDraggable

      public Boolean getDraggable()
    • setDraggable

      public void setDraggable(Boolean draggable)
    • withDraggable

      public S withDraggable(Boolean draggable)
    • getAddVertexOn

      public Boolean getAddVertexOn()
    • setAddVertexOn

      public void setAddVertexOn(Boolean addVertexOn)
    • withAddVertexOn

      public S withAddVertexOn(Boolean addVertexOn)
    • getAddVertexValidation

      public Object getAddVertexValidation()
    • setAddVertexValidation

      public void setAddVertexValidation(Object addVertexValidation)
    • withAddVertexValidation

      public S withAddVertexValidation(Object addVertexValidation)
    • getRemoveVertexOn

      public Object getRemoveVertexOn()
    • setRemoveVertexOn

      public void setRemoveVertexOn(Object removeVertexOn)
    • withRemoveVertexOn

      public S withRemoveVertexOn(Object removeVertexOn)
    • getRemoveVertexValidation

      public Object getRemoveVertexValidation()
    • setRemoveVertexValidation

      public void setRemoveVertexValidation(Object removeVertexValidation)
    • withRemoveVertexValidation

      public S withRemoveVertexValidation(Object removeVertexValidation)
    • getMoveVertexValidation

      public Object getMoveVertexValidation()
    • setMoveVertexValidation

      public void setMoveVertexValidation(Object moveVertexValidation)
    • withMoveVertexValidation

      public S withMoveVertexValidation(Object moveVertexValidation)
    • getLimitMarkersToCount

      public Number getLimitMarkersToCount()
    • setLimitMarkersToCount

      public void setLimitMarkersToCount(Number limitMarkersToCount)
    • withLimitMarkersToCount

      public S withLimitMarkersToCount(Number limitMarkersToCount)