styledMasterDetailPane

fun styledMasterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, vararg styleClass: String, id: String? = null): MasterDetailPane

Create a styled MasterDetailPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledMasterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, vararg styleClass: String, id: String? = null): MasterDetailPane

Add a styled MasterDetailPane to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledMasterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, vararg styleClass: String, id: String? = null, configuration: KtfxMasterDetailPane.() -> Unit): MasterDetailPane

Create a styled MasterDetailPane with configuration block.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.


inline fun NodeManager.styledMasterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, vararg styleClass: String, id: String? = null, configuration: KtfxMasterDetailPane.() -> Unit): MasterDetailPane

Add a styled MasterDetailPane with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.