Class LAbstractMapPMControlOptions<S extends LAbstractMapPMControlOptions<S>>
java.lang.Object
software.xdev.vaadin.maps.leaflet.geoman.map.LAbstractMapPMControlOptions<S>
- All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
- Direct Known Subclasses:
LMapPMControlOptions
public abstract class LAbstractMapPMControlOptions<S extends LAbstractMapPMControlOptions<S>>
extends Object
implements software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomControls(Boolean customControls) voidsetCutPolygon(Boolean cutPolygon) voidsetDragMode(Boolean dragMode) voidsetDrawCircle(Boolean drawCircle) voidsetDrawCircleMarker(Boolean drawCircleMarker) voidsetDrawControls(Boolean drawControls) voidsetDrawMarker(Boolean drawMarker) voidsetDrawPolygon(Boolean drawPolygon) voidsetDrawPolyline(Boolean drawPolyline) voidsetDrawRectangle(Boolean drawRectangle) voidsetDrawText(Boolean drawText) voidsetEditControls(Boolean editControls) voidsetEditMode(Boolean editMode) voidsetOneBlock(Boolean oneBlock) voidsetPosition(String position) voidsetPositions(Object positions) voidsetRemovalMode(Boolean removalMode) voidsetRotateMode(Boolean rotateMode) withCustomControls(Boolean customControls) withCutPolygon(Boolean cutPolygon) withDragMode(Boolean dragMode) withDrawCircle(Boolean drawCircle) withDrawCircleMarker(Boolean drawCircleMarker) withDrawControls(Boolean drawControls) withDrawMarker(Boolean drawMarker) withDrawPolygon(Boolean drawPolygon) withDrawPolyline(Boolean drawPolyline) withDrawRectangle(Boolean drawRectangle) withDrawText(Boolean drawText) withEditControls(Boolean editControls) withEditMode(Boolean editMode) withOneBlock(Boolean oneBlock) withPosition(String position) withPositions(Object positions) withRemovalMode(Boolean removalMode) withRotateMode(Boolean rotateMode) Methods 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
-
LAbstractMapPMControlOptions
public LAbstractMapPMControlOptions()
-
-
Method Details
-
getPosition
-
setPosition
-
withPosition
-
getPositions
-
setPositions
-
withPositions
-
getDrawMarker
-
setDrawMarker
-
withDrawMarker
-
getDrawCircleMarker
-
setDrawCircleMarker
-
withDrawCircleMarker
-
getDrawPolyline
-
setDrawPolyline
-
withDrawPolyline
-
getDrawRectangle
-
setDrawRectangle
-
withDrawRectangle
-
getDrawPolygon
-
setDrawPolygon
-
withDrawPolygon
-
getDrawCircle
-
setDrawCircle
-
withDrawCircle
-
getDrawText
-
setDrawText
-
withDrawText
-
getEditMode
-
setEditMode
-
withEditMode
-
getDragMode
-
setDragMode
-
withDragMode
-
getCutPolygon
-
setCutPolygon
-
withCutPolygon
-
getRemovalMode
-
setRemovalMode
-
withRemovalMode
-
getRotateMode
-
setRotateMode
-
withRotateMode
-
getOneBlock
-
setOneBlock
-
withOneBlock
-
getDrawControls
-
setDrawControls
-
withDrawControls
-
getEditControls
-
setEditControls
-
withEditControls
-
getCustomControls
-
setCustomControls
-
withCustomControls
-