Package

io.youi

layout

Permalink

package layout

Visibility
  1. Public
  2. All

Type Members

  1. class FlowLayout extends Layout

    Permalink
  2. class GridLayout extends Layout

    Permalink
  3. case class HorizontalSnapping(left: Option[() ⇒ Double] = None, right: Option[() ⇒ Double] = None) extends Product with Serializable

    Permalink
  4. trait Layout extends AnyRef

    Permalink

    Layouts can be defined and connected to an AbstractContainer to manage the layout of the children.

    Layouts can be defined and connected to an AbstractContainer to manage the layout of the children. By default Layout.None is defined and each child is responsible for its own positioning and sizing.

  5. case class Margins(left: Double = 0.0, right: Double = 0.0, top: Double = 0.0, bottom: Double = 0.0) extends Product with Serializable

    Permalink
  6. case class Snap(widget: Widget, horizontal: Option[HorizontalSnapping], vertical: Option[VerticalSnapping]) extends Product with Serializable

    Permalink
  7. class VerticalLayout extends Layout

    Permalink
  8. case class VerticalSnapping(top: Option[() ⇒ Double] = None, bottom: Option[() ⇒ Double] = None) extends Product with Serializable

    Permalink

Value Members

  1. object Layout

    Permalink
  2. object Snap extends Serializable

    Permalink

Ungrouped