Interface Source.HasAttributionsCollapsible
- All Known Subinterfaces:
Source.HasSourceOptions
- All Known Implementing Classes:
NoOpTileWmsSource
,NoOpXyzSource
,TileWmsSource
,XyzSource
- Enclosing class:
- Source
public static interface Source.HasAttributionsCollapsible
Interface to be implemented by sources that should provide attributions collapsible management.
For more details see: Source docs
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributionsCollapsible
(Boolean collapsible) Sets whether attributions should always be visible or can be hidden by info icon.
-
Method Details
-
getAttributionsCollapsible
Boolean getAttributionsCollapsible()- Returns:
- whether attributions should always be visible or can be hidden by info icon,
null
value means that default value is used:true
-
setAttributionsCollapsible
Sets whether attributions should always be visible or can be hidden by info icon.Note, collapsible attribute is set only at creation time and cannot be changed at runtime.
For more details see: Source docs
- Parameters:
collapsible
- whether attributions should always be visible
-