masterDetailPane
inline fun NodeContainer.masterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true): MasterDetailPane
Add a MasterDetailPane to this container.
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 NodeContainer.masterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, configuration: KtfxMasterDetailPane.() -> Unit): MasterDetailPane
Add a MasterDetailPane with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.