Class AbstractImageStaticSource
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.source.Source
io.jmix.mapsflowui.kit.component.model.source.ImageSource
io.jmix.mapsflowui.kit.component.model.source.AbstractImageStaticSource
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImageStaticSource,NoOpImageStaticSource
Abstract static image source. Defines base properties and interfaces for displaying single,
static image.
For more details see: Static docs
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceInterface to be implemented by sources that can display image usingDownloadHandler.static interfaceInterface to be implemented by sources that should provide imageExtent management.static interfaceInterface to be implemented by sources that should provide all attributes fromAbstractImageStaticSource.static interfaceDeprecated, for removal: This API element is subject to removal in a future version.Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
Source.HasAttributions, Source.HasAttributionsCollapsible, Source.HasProjection, Source.HasSourceOptions, Source.HasWrapXNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
MapObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected com.vaadin.flow.server.streams.DownloadHandlerprotected Extentprotected com.vaadin.flow.server.StreamResourceprotected StringFields inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
attributions, attributionsCollapsible, id, projection, wrapXFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, metaProperties, parent, removedChildren, syncId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected com.vaadin.flow.server.streams.DownloadHandlerprotected Extentprotected com.vaadin.flow.server.StreamResourceDeprecated, for removal: This API element is subject to removal in a future version.protected StringgetUrl()protected voidsetCrossOrigin(String crossOrigin) protected voidsetDownloadHandler(com.vaadin.flow.server.streams.DownloadHandler downloadHandler) protected voidsetImageExtent(Extent imageExtent) protected voidsetResource(com.vaadin.flow.server.StreamResource resource) Deprecated, for removal: This API element is subject to removal in a future version.protected voidMethods inherited from class io.jmix.mapsflowui.kit.component.model.source.Source
getAttributions, getAttributionsCollapsible, getId, getProjection, getWrapX, setAttributions, setAttributionsCollapsible, setId, setProjection, setWrapXMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
addChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSuperParent, getSyncId, getType, hashCode, isAttachedToMap, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMetaProperty, setParent, unmarkDirtyInDepth
-
Field Details
-
crossOrigin
-
imageExtent
-
url
-
resource
protected com.vaadin.flow.server.StreamResource resource -
downloadHandler
protected com.vaadin.flow.server.streams.DownloadHandler downloadHandler
-
-
Constructor Details
-
AbstractImageStaticSource
public AbstractImageStaticSource()
-
-
Method Details
-
getCrossOrigin
-
setCrossOrigin
-
getImageExtent
-
setImageExtent
-
getUrl
-
setUrl
-
getResource
@Deprecated(since="3.0", forRemoval=true) protected com.vaadin.flow.server.StreamResource getResource()Deprecated, for removal: This API element is subject to removal in a future version. -
setResource
@Deprecated(since="3.0", forRemoval=true) protected void setResource(com.vaadin.flow.server.StreamResource resource) Deprecated, for removal: This API element is subject to removal in a future version. -
getDownloadHandler
protected com.vaadin.flow.server.streams.DownloadHandler getDownloadHandler() -
setDownloadHandler
protected void setDownloadHandler(com.vaadin.flow.server.streams.DownloadHandler downloadHandler)
-
AbstractImageStaticSource.HasDownloadHandlerinstead.