WelcomeView

class WelcomeView(tileGrid: TileGrid, theme: ColorTheme) : BaseView

Functions

dock
Link copied to clipboard
common
override fun dock()
Docks this View to the screen.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
onDock
Link copied to clipboard
common
open override fun onDock()
Callback that will be executed whenever this View is docked.
onUndock
Link copied to clipboard
common
open override fun onUndock()
Callback that will be executed whenever another View is docked.
replaceWith
Link copied to clipboard
common
override fun replaceWith(view: View)
Replaces this View with view.
toString
Link copied to clipboard
common
open fun toString(): String

Properties

screen
Link copied to clipboard
common
override val screen: Screen
The Screen that's used to display the contents of this View.
theme
Link copied to clipboard
common
override var theme: ColorTheme
The (mutable) ColorTheme.
themeProperty
Link copied to clipboard
common
open override val themeProperty: Property<ColorTheme>

Sources

(source)
Link copied to clipboard