ViewContainer

interface ViewContainer

A ViewContainer handles the displaying of Views. Views are similar to Fragments, but instead of being reusable groups of Components they are used for creating reusable Screens.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

dock
Link copied to clipboard
common
abstract fun dock(view: View)
Docks a View to this ViewContainer.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

TileGrid
Link copied to clipboard
ThreadSafeTileGrid
Link copied to clipboard
DefaultViewContainer
Link copied to clipboard

Sources

(source)
Link copied to clipboard