styledAccordion

inline 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.


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

Add a styled Accordion to this container.

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

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