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. class HorizontalLayout extends Layout
  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. class ReversedVerticalLayout extends Layout
  7. class VerticalLayout extends Layout

Value Members

  1. object Layout

Ungrouped