Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
fun interface ClickHandler<T>

Handler for click events.

Link copied to clipboard

An element that clips rendering of child elements.

Link copied to clipboard
abstract class Element
Link copied to clipboard
interface ElementBuilder<E : Element>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun interface HoverHandler<T>

Handler for hover events.

Link copied to clipboard

Subclasses of this are able to receive click and hover events inside of an ElementView. These subclasses must implement getInteractionPath and the individual instances must have a non-null onClick or onHoverChanged handler set. These events are dispatched to the "top"-most element in the tree that would be able to fire, which occludes other elements below it.

Link copied to clipboard

Breakaway Element allowing for raw Kanvas drawing.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun interface UpdateElement<T>

Functions

Link copied to clipboard