Packages

p

io.youi

layout

package layout

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class FlowLayout extends Layout
  2. class GridLayout extends Layout
  3. case class HorizontalSnapping (left: Option[() ⇒ Double] = None, right: Option[() ⇒ Double] = None) extends Product with Serializable
  4. trait Layout extends AnyRef

    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
  6. case class Snap (widget: Widget, horizontal: Option[HorizontalSnapping], vertical: Option[VerticalSnapping]) extends Product with Serializable
  7. class VerticalLayout extends Layout
  8. case class VerticalSnapping (top: Option[() ⇒ Double] = None, bottom: Option[() ⇒ Double] = None) extends Product with Serializable

Value Members

  1. object Layout
  2. object Snap extends Serializable

Ungrouped