Class LAbstractEditOptions<S extends LAbstractEditOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.geoman.LAbstractDrawOrEditOptions<S>
software.xdev.vaadin.maps.leaflet.geoman.LAbstractEditOptions<S>
- All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
- Direct Known Subclasses:
LDrawEditOptions,LEditOptions
public abstract class LAbstractEditOptions<S extends LAbstractEditOptions<S>>
extends LAbstractDrawOrEditOptions<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAddVertexOn(Boolean addVertexOn) voidsetAddVertexValidation(Object addVertexValidation) voidsetAllowCutting(Boolean allowCutting) voidsetAllowEditing(Boolean allowEditing) voidsetAllowRemoval(Boolean allowRemoval) voidsetAllowRotation(Boolean allowRotation) voidsetAllowSelfIntersectionEdit(Boolean allowSelfIntersectionEdit) voidsetDraggable(Boolean draggable) voidsetLimitMarkersToCount(Number limitMarkersToCount) voidsetMoveVertexValidation(Object moveVertexValidation) voidsetPreventMarkerRemoval(Boolean preventMarkerRemoval) voidsetRemoveLayerBelowMinVertexCount(Boolean removeLayerBelowMinVertexCount) voidsetRemoveVertexOn(Object removeVertexOn) voidsetRemoveVertexValidation(Object removeVertexValidation) voidsetSyncLayersOnDrag(Boolean syncLayersOnDrag) withAddVertexOn(Boolean addVertexOn) withAddVertexValidation(Object addVertexValidation) withAllowCutting(Boolean allowCutting) withAllowEditing(Boolean allowEditing) withAllowRemoval(Boolean allowRemoval) withAllowRotation(Boolean allowRotation) withAllowSelfIntersectionEdit(Boolean allowSelfIntersectionEdit) withDraggable(Boolean draggable) withLimitMarkersToCount(Number limitMarkersToCount) withMoveVertexValidation(Object moveVertexValidation) withPreventMarkerRemoval(Boolean preventMarkerRemoval) withRemoveLayerBelowMinVertexCount(Boolean removeLayerBelowMinVertexCount) withRemoveVertexOn(Object removeVertexOn) withRemoveVertexValidation(Object removeVertexValidation) withSyncLayersOnDrag(Boolean syncLayersOnDrag) Methods inherited from class software.xdev.vaadin.maps.leaflet.geoman.LAbstractDrawOrEditOptions
getAllowSelfIntersection, getRequireSnapToFinish, getSnapDistance, getSnapMiddle, getSnappable, getSnapSegment, getSnapVertex, getTooltips, setAllowSelfIntersection, setRequireSnapToFinish, setSnapDistance, setSnapMiddle, setSnappable, setSnapSegment, setSnapVertex, setTooltips, withAllowSelfIntersection, withRequireSnapToFinish, withSnapDistance, withSnapMiddle, withSnappable, withSnapSegment, withSnapVertex, withTooltipsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponentOptions
self
-
Constructor Details
-
LAbstractEditOptions
public LAbstractEditOptions()
-
-
Method Details
-
getAllowSelfIntersectionEdit
-
setAllowSelfIntersectionEdit
-
withAllowSelfIntersectionEdit
-
getPreventMarkerRemoval
-
setPreventMarkerRemoval
-
withPreventMarkerRemoval
-
getRemoveLayerBelowMinVertexCount
-
setRemoveLayerBelowMinVertexCount
-
withRemoveLayerBelowMinVertexCount
-
getSyncLayersOnDrag
-
setSyncLayersOnDrag
-
withSyncLayersOnDrag
-
getAllowEditing
-
setAllowEditing
-
withAllowEditing
-
getAllowRemoval
-
setAllowRemoval
-
withAllowRemoval
-
getAllowCutting
-
setAllowCutting
-
withAllowCutting
-
getAllowRotation
-
setAllowRotation
-
withAllowRotation
-
getDraggable
-
setDraggable
-
withDraggable
-
getAddVertexOn
-
setAddVertexOn
-
withAddVertexOn
-
getAddVertexValidation
-
setAddVertexValidation
-
withAddVertexValidation
-
getRemoveVertexOn
-
setRemoveVertexOn
-
withRemoveVertexOn
-
getRemoveVertexValidation
-
setRemoveVertexValidation
-
withRemoveVertexValidation
-
getMoveVertexValidation
-
setMoveVertexValidation
-
withMoveVertexValidation
-
getLimitMarkersToCount
-
setLimitMarkersToCount
-
withLimitMarkersToCount
-