styledWorldMapView

fun styledWorldMapView(vararg styleClass: String, id: String? = null): WorldMapView

Create a styled WorldMapView.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledWorldMapView(vararg styleClass: String, id: String? = null): WorldMapView

Add a styled WorldMapView to this manager.

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 NodeManager.styledWorldMapView(vararg styleClass: String, id: String? = null, configuration: WorldMapView.() -> Unit): WorldMapView

Add a styled WorldMapView with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.