Enum LogicRule

    • Enum Constant Detail

      • WidthDependedHeight

        public static final LogicRule WidthDependedHeight
      • DataDependedHeight

        public static final LogicRule DataDependedHeight
      • AutoChangeVAlign

        public static final LogicRule AutoChangeVAlign
      • AutoChangeRowsCount

        public static final LogicRule AutoChangeRowsCount
      • ContainSlaveColumns

        public static final LogicRule ContainSlaveColumns
      • MasterColumn

        public static final LogicRule MasterColumn
      • ContentDepended

        public static final LogicRule ContentDepended
      • NoCalcHorContent

        public static final LogicRule NoCalcHorContent
      • NoCalcVerContent

        public static final LogicRule NoCalcVerContent
      • AddHorOffsets

        public static final LogicRule AddHorOffsets
      • NoVerStretch

        public static final LogicRule NoVerStretch
      • HasSingleItem

        public static final LogicRule HasSingleItem
      • Splitter

        public static final LogicRule Splitter
      • SlaveChangeVAlign

        public static final LogicRule SlaveChangeVAlign
      • NoVerStretchable

        public static final LogicRule NoVerStretchable
      • SlaveColumn

        public static final LogicRule SlaveColumn
      • AlwaysVerticalAlign

        public static final LogicRule AlwaysVerticalAlign
      • TopOriented

        public static final LogicRule TopOriented
      • SeparatedColumn

        public static final LogicRule SeparatedColumn
      • MainLayouter

        public static final LogicRule MainLayouter
      • Invisible

        public static final LogicRule Invisible
      • Sticky

        public static final LogicRule Sticky
    • Method Detail

      • values

        public static LogicRule[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (LogicRule c : LogicRule.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static LogicRule valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null