styledTilePane

fun styledTilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, vararg styleClass: String, id: String? = null): TilePane
fun styledTilePane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0, vararg styleClass: String, id: String? = null): TilePane

Create a styled TilePane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledTilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, vararg styleClass: String, id: String? = null): TilePane
fun NodeManager.styledTilePane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0, vararg styleClass: String, id: String? = null): TilePane

Add a styled TilePane to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledTilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, vararg styleClass: String, id: String? = null, configuration: KtfxTilePane.() -> Unit): TilePane
inline fun styledTilePane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0, vararg styleClass: String, id: String? = null, configuration: KtfxTilePane.() -> Unit): TilePane

Create a styled TilePane 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.styledTilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, vararg styleClass: String, id: String? = null, configuration: KtfxTilePane.() -> Unit): TilePane
inline fun NodeManager.styledTilePane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0, vararg styleClass: String, id: String? = null, configuration: KtfxTilePane.() -> Unit): TilePane

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