Interface Layout


public interface Layout
Layout is a single "tab" in the software. A Layout contains views inside it in some formation. A Layout also has a name and unique identifier.
Since:
9.10.8
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Returns the name of the layout.
    List<Split> getSplits()
    Returns the top-level splits of this layout.
  • Method Details

    • getName

      String getName()
      Returns the name of the layout. This might not be the text visible in the UI as the UI text could be localized.
      Returns:
      the name of the layout
      Since:
      9.10.8
    • getSplits

      List<Split> getSplits()
      Returns the top-level splits of this layout.
      Returns:
      the splits
      Since:
      9.10.8