Package

io.youi

component

Permalink

package component

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractContainer[Child <: Component] extends Component

    Permalink
  2. trait Component extends TaskSupport with ComponentTheme

    Permalink

    Component represents the root type for all on-screen elements.

    Component represents the root type for all on-screen elements. This includes both HTML and Canvas.

  3. class Container extends HTMLContainer[Component]

    Permalink
  4. abstract class HTMLContainer[Child <: Component] extends HTMLComponent[Element] with AbstractContainer[Child]

    Permalink
  5. class TextView extends HTMLComponent[Element]

    Permalink
  6. class TypedContainer[Child <: Component] extends HTMLContainer[Child]

    Permalink

Value Members

  1. object Component extends ComponentTheme

    Permalink
  2. object Container extends ContainerTheme

    Permalink
  3. object TextView extends TextViewTheme

    Permalink
  4. object TypedContainer extends ContainerTheme

    Permalink
  5. package extras

    Permalink

Ungrouped