Class LAbstractDrawEditOptions<S extends LAbstractDrawEditOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.geoman.LAbstractDrawOrEditOptions<S>
software.xdev.vaadin.maps.leaflet.geoman.LAbstractDrawOptions<S>
software.xdev.vaadin.maps.leaflet.geoman.LAbstractDrawEditOptions<S>
- All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
public abstract class LAbstractDrawEditOptions<S extends LAbstractDrawEditOptions<S>>
extends LAbstractDrawOptions<S>
Combination of
LAbstractDrawOptions and LAbstractEditOptions-
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.LAbstractDrawOptions
getContinueDrawing, getCursorMarker, getFinishOn, getHideMiddleMarkers, getHintlineStyle, getLayersToCut, getMarkerEditable, getMarkerStyle, getMaxRadiusCircle, getMaxRadiusCircleMarker, getMinRadiusCircle, getMinRadiusCircleMarker, getPathOptions, getRectangleAngle, getResizeableCircle, getResizeableCircleMarker, getTemplineStyle, getTextOptions, setContinueDrawing, setCursorMarker, setFinishOn, setHideMiddleMarkers, setHintlineStyle, setLayersToCut, setMarkerEditable, setMarkerStyle, setMaxRadiusCircle, setMaxRadiusCircleMarker, setMinRadiusCircle, setMinRadiusCircleMarker, setPathOptions, setRectangleAngle, setResizeableCircle, setResizeableCircleMarker, setTemplineStyle, setTextOptions, withContinueDrawing, withCursorMarker, withFinishOn, withHideMiddleMarkers, withHintlineStyle, withLayersToCut, withMarkerEditable, withMarkerStyle, withMaxRadiusCircle, withMaxRadiusCircleMarker, withMinRadiusCircle, withMinRadiusCircleMarker, withPathOptions, withRectangleAngle, withResizeableCircle, withResizeableCircleMarker, withTemplineStyle, withTextOptionsMethods 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
-
LAbstractDrawEditOptions
public LAbstractDrawEditOptions()
-
-
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
-