hyperlinkLabel

fun NodeManager.hyperlinkLabel(text: String? = null): HyperlinkLabel

Add a HyperlinkLabel to this manager.

Return

the control added.


inline fun hyperlinkLabel(text: String? = null, configuration: HyperlinkLabel.() -> Unit): HyperlinkLabel

Create a HyperlinkLabel with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.hyperlinkLabel(text: String? = null, configuration: HyperlinkLabel.() -> Unit): HyperlinkLabel

Add a HyperlinkLabel with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.