masterDetailPane

fun NodeManager.masterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true): MasterDetailPane

Add a MasterDetailPane to this manager.

Return

the control added.


inline fun masterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, configuration: KtfxMasterDetailPane.() -> Unit): MasterDetailPane

Create a MasterDetailPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.masterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, configuration: KtfxMasterDetailPane.() -> Unit): MasterDetailPane

Add a MasterDetailPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.