Class MultiSplitLayout.ColSplit

    • Method Detail

      • 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:
        MultiSplitLayout.Split.setRowLayout(boolean)