webView

inline fun NodeContainer.webView(): WebView

Add a WebView to this container.

Return

the control added.


inline fun webView(configuration: WebView.() -> Unit): WebView

Create a WebView with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeContainer.webView(configuration: WebView.() -> Unit): WebView

Add a WebView with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.