hyperlinkLabel
Add a HyperlinkLabel to this container.
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 NodeContainer.hyperlinkLabel(text: String? = null, configuration: HyperlinkLabel.() -> Unit): HyperlinkLabel
Add a HyperlinkLabel with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.