Class MultiSplitLayout.RowSplit

All Implemented Interfaces:
Serializable
Enclosing class:
MultiSplitLayout

public static class MultiSplitLayout.RowSplit extends MultiSplitLayout.Split
See Also:
  • Constructor Details

  • Method Details

    • isRowLayout

      public final boolean isRowLayout()
      Returns true if the this Split's children are to be laid out in a row: all the same height, left edge equal to the previous Node's right edge. If false, children are laid on in a column.
      Overrides:
      isRowLayout in class MultiSplitLayout.Split
      Returns:
      the value of the rowLayout property.
      See Also: