LayeredContainer

interface LayeredContainer<T : ComponentView>

An interface that describes a container which can hold ComponentView that can be layered.

Functions

Link copied to clipboard
abstract fun setZIndex(component: T, zIndex: Int)

Puts the component in the appropriate place compared to the other components by the zIndex.

Link copied to clipboard
abstract fun toBack(component: T)

Puts the component to the back inside the LayeredContainer.

Link copied to clipboard
abstract fun toFront(component: T)

Puts the component to the front inside the LayeredContainer.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard