Package-level declarations

Types

Link copied to clipboard
interface LastSelectable

A parent element marked as LastSelectable will cache the last selected element when a popup or other overlay is rendered, and return to that selection when the popup/overlay is removed.

Link copied to clipboard

Basic controller interface for GUIs that want to implement a popup system. This does not handle interaction handling nor rendering, that needs to be integrated into the screen being built.

Link copied to clipboard
interface PopupParentElement : ParentElement, PopupController

A parent element that supports displaying "Popups" made via PopupWidget.

Link copied to clipboard
open class PopupWidgetScreen(title: Text) : Screen, PopupParentElement

A base screen that supports popup widgets. See PopupParentElement for documentation on underlying implementations.