Class MapOptions
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.MapOptions
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeoMapOptions
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
MapObservableObject.ObjectChangeEvent -
Field Summary
FieldsFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, removedChildren, syncId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected MapViewCollection<Layer<?>>protected StringgetType()booleanvoidvoidremoveLayer(Layer<?> layer) voidvoidsetMapView(MapView view) voidMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
addChild, addListener, clearRemovedChildren, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, hashCode, isDirty, markAsDirty, removeChild, setMetaProperty
-
Field Details
-
view
-
layers
-
-
Constructor Details
-
MapOptions
public MapOptions()
-
-
Method Details
-
getType
- Specified by:
getTypein classMapObservableObject
-
getMapView
-
setMapView
-
addLayer
-
removeLayer
-
getLayers
-
clearRemovedChildrenInDepth
public void clearRemovedChildrenInDepth()- Overrides:
clearRemovedChildrenInDepthin classMapObservableObject
-
isDirtyInDepth
public boolean isDirtyInDepth()- Overrides:
isDirtyInDepthin classMapObservableObject
-
markAsDirtyInDepth
public void markAsDirtyInDepth()- Overrides:
markAsDirtyInDepthin classMapObservableObject
-
unmarkDirtyInDepth
public void unmarkDirtyInDepth()- Overrides:
unmarkDirtyInDepthin classMapObservableObject
-
setMapObjectChangeListener
- Overrides:
setMapObjectChangeListenerin classMapObservableObject
-
createView
-