Package tripleplay.ui

Class Group

All Implemented Interfaces:
Iterable<Element<?>>
Direct Known Subclasses:
SizableGroup

public class Group extends Elements<Group>
A grouping element that contains other elements and lays them out according to a layout policy.
  • Constructor Details

    • Group

      public Group(Layout layout, Styles styles)
      Creates a group with the specified layout and styles.
    • Group

      public Group(Layout layout, Style.Binding<?>... styles)
      Creates a group with the specified layout and styles (in the DEFAULT mode).
    • Group

      public Group(Layout layout)
      Creates a group with the specified layout.