tabPane

inline fun NodeContainer.tabPane(): TabPane

Add a TabPane to this container.

Return

the control added.


inline fun tabPane(configuration: KtfxTabPane.() -> Unit): TabPane

Create a TabPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeContainer.tabPane(configuration: KtfxTabPane.() -> Unit): TabPane

Add a TabPane with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.