styledTilePane
inline fun styledTilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, vararg styleClass: String, id: String? = null): TilePane
inline 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.
inline fun NodeContainer.styledTilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, vararg styleClass: String, id: String? = null): TilePane
inline fun NodeContainer.styledTilePane(orientation: Orientation = HORIZONTAL, gap: Double = 0.0, vararg styleClass: String, id: String? = null): TilePane
Add a styled TilePane to this container.
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 NodeContainer.styledTilePane(orientation: Orientation = HORIZONTAL, hgap: Double, vgap: Double, vararg styleClass: String, id: String? = null, configuration: KtfxTilePane.() -> Unit): TilePane
inline fun NodeContainer.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 container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.