styledMasterDetailPane
inline 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.
inline fun NodeContainer.styledMasterDetailPane(detailSide: Side = RIGHT, showDetailNode: Boolean = true, vararg styleClass: String, id: String? = null): MasterDetailPane
Add a styled MasterDetailPane to this container.
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 NodeContainer.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 container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.