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 SummaryNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidOverrides method to make it public.protected MapViewCollection<Layer<?>>protected StringgetType()booleanvoidvoidremoveLayer(Layer<?> layer) voidvoidsetMapView(MapView view) voidMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectaddChild, addListener, clearRemovedChildren, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, hashCode, isDirty, markAsDirty, removeChild, setMetaProperty, setParent
- 
Field Details- 
view
- 
layers
 
- 
- 
Constructor Details- 
MapOptionspublic MapOptions()
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- MapObservableObject
 
- 
getMapView
- 
setMapView
- 
addLayer
- 
removeLayer
- 
getLayers
- 
clearRemovedChildrenInDepthpublic void clearRemovedChildrenInDepth()Overrides method to make it public. All removed children collections should be cleared after sending request to a client-side.- Overrides:
- clearRemovedChildrenInDepthin class- MapObservableObject
 
- 
isDirtyInDepthpublic boolean isDirtyInDepth()- Overrides:
- isDirtyInDepthin class- MapObservableObject
 
- 
markAsDirtyInDepthpublic void markAsDirtyInDepth()- Overrides:
- markAsDirtyInDepthin class- MapObservableObject
 
- 
unmarkDirtyInDepthpublic void unmarkDirtyInDepth()- Overrides:
- unmarkDirtyInDepthin class- MapObservableObject
 
- 
setMapObjectChangeListener- Overrides:
- setMapObjectChangeListenerin class- MapObservableObject
 
- 
createView
 
-