styledAccordion

fun styledAccordion(vararg styleClass: String, id: String? = null): Accordion

Create a styled Accordion.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledAccordion(vararg styleClass: String, id: String? = null): Accordion

Add a styled Accordion to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledAccordion(vararg styleClass: String, id: String? = null, configuration: KtfxAccordion.() -> Unit): Accordion

Create a styled Accordion 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.styledAccordion(vararg styleClass: String, id: String? = null, configuration: KtfxAccordion.() -> Unit): Accordion

Add a styled Accordion 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.