styledWorldMapView
Create a styled WorldMapView.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledWorldMapView(vararg styleClass: String, id: String? = null): WorldMapView
Add a styled WorldMapView to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledWorldMapView(vararg styleClass: String, id: String? = null, configuration: WorldMapView.() -> Unit): WorldMapView
Create a styled WorldMapView with configuration block.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.
inline fun NodeContainer.styledWorldMapView(vararg styleClass: String, id: String? = null, configuration: WorldMapView.() -> Unit): WorldMapView
Add a styled WorldMapView with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.