We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.map.configuration.source.
Class Source.BaseOptions<T extends Source.BaseOptions<T>>
- java.lang.Object
-
- com.vaadin.flow.component.map.configuration.source.Source.BaseOptions<T>
-
Direct Known Subclasses:
ImageSource.BaseOptions
,TileSource.BaseOptions
,VectorSource.BaseOptions
Enclosing class:
protected static class Source.BaseOptions<T extends Source.BaseOptions<T>> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseOptions()
-
Method Summary
All Methods Modifier and Type Method Description protected T
getThis()
Extracted to avoid littering unchecked type-casts in all setters
T
setAttributions(List<String> attributions)
T
setAttributionsCollapsible(boolean attributionsCollapsible)
T
setProjection(String projection)
-
-
-
Method Detail
-
getThis
protected T getThis()
Extracted to avoid littering unchecked type-casts in all setters
-
setAttributionsCollapsible
public T setAttributionsCollapsible(boolean attributionsCollapsible)
See Also:
-
-