All Superinterfaces:
Cloneable, Component, CompositeComponent
All Known Subinterfaces:
Table
All Known Implementing Classes:
LayoutImpl, TableImpl

public interface Layout extends CompositeComponent
Can be used to layout a form in different ways. Normally a layout component contains either other layout components, FieldSets or Columns. But basically all type of Components could be added.
  • Method Details

    • getLayoutType

      Layout.LayoutType getLayoutType()
      Returns the layout type of the component. See Layout.LayoutType for more details about kind of types are possible.
    • isReadonly

      boolean isReadonly()
    • isOccupiesRemainingHeight

      boolean isOccupiesRemainingHeight()
    • isCollapsed

      boolean isCollapsed()