Fragments

object Fragments

This facade object provides builders for the built-in Fragments (more complex Components that come with their own logic).

Functions

colorThemeSelector
Link copied to clipboard
common
fun colorThemeSelector(width: Int, theme: ColorTheme): ColorThemeSelectorBuilder
Creates a new TilesetSelectorBuilder to build Selectors for ColorThemes.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
selector
Link copied to clipboard
common
fun <M : Any> selector(width: Int, values: List<M>): SelectorBuilder<M>
Creates a SelectorBuilder to create Selectors.
tilesetSelector
Link copied to clipboard
common
fun tilesetSelector(width: Int, tileset: TilesetResource): TilesetSelectorBuilder
Creates a new TilesetSelectorBuilder to build Selectors for TilesetResources.
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard