Interface IContainer

All Superinterfaces:
IWidget, IWritable, Serializable
All Known Subinterfaces:
INamedContainer

public interface IContainer extends IWidget
IContainer
  • Method Details

    • getLayout

      ILayout getLayout()
      Returns the layout that renders the display.
      Returns:
      ILayout the layout that renders the display.
    • setLayout

      void setLayout(ILayout layout)
      Sets the layout that renders the display.
    • getWidgets

      List<IWidget> getWidgets()