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
Fields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Overrides method to make it public.protected MapView
Collection<Layer<?>>
protected String
getType()
boolean
void
void
removeLayer
(Layer<?> layer) void
void
setMapView
(MapView view) void
Methods 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, setParent
-
Field Details
-
view
-
layers
-
-
Constructor Details
-
MapOptions
public MapOptions()
-
-
Method Details
-
getType
- Specified by:
getType
in classMapObservableObject
-
getMapView
-
setMapView
-
addLayer
-
removeLayer
-
getLayers
-
clearRemovedChildrenInDepth
public void clearRemovedChildrenInDepth()Overrides method to make it public. All removed children collections should be cleared after sending request to a client-side.- Overrides:
clearRemovedChildrenInDepth
in classMapObservableObject
-
isDirtyInDepth
public boolean isDirtyInDepth()- Overrides:
isDirtyInDepth
in classMapObservableObject
-
markAsDirtyInDepth
public void markAsDirtyInDepth()- Overrides:
markAsDirtyInDepth
in classMapObservableObject
-
unmarkDirtyInDepth
public void unmarkDirtyInDepth()- Overrides:
unmarkDirtyInDepth
in classMapObservableObject
-
setMapObjectChangeListener
- Overrides:
setMapObjectChangeListener
in classMapObservableObject
-
createView
-