Class Layout


  • public class Layout
    extends Object
    The layout of a section
    Author:
    bratseth
    • Field Detail

      • column

        public static final Layout column
        The built in "column" layout
      • row

        public static final Layout row
        The built in "row" layout
    • Constructor Detail

      • Layout

        public Layout​(String name)
    • Method Detail

      • getName

        public String getName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromString

        public static Layout fromString​(String layout)
        Returns a layout having this string as name, or null if the given string is null or empty