Package

io.youi

component

Permalink

package component

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. abstract class CanvasComponent extends HTMLComponent[Canvas] with CanvasComponentTheme

    Permalink
  3. 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.

  4. class Container extends HTMLContainer[Component] with ContainerTheme

    Permalink
  5. class DrawableComponent extends CanvasComponent with DrawableComponentTheme

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

    Permalink
  7. class HTMLTextView extends HTMLComponent[Element] with HTMLTextViewTheme

    Permalink
  8. class ImageView extends HTMLComponent[Element] with ImageViewTheme

    Permalink
  9. class Scale9 extends HTMLContainer[ImageView] with Scale9Theme

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

    Permalink
  11. class VideoView extends HTMLComponent[Span] with VideoViewTheme

    Permalink

Ungrouped