Enum Breakout.Mode

    • Enum Constant Detail

      • WIDE

        public static final Breakout.Mode WIDE
        Breaks out of the normal margins to permit a wider display of this content, but still leaving a moderate margin on either side.
      • FULL_WIDTH

        public static final Breakout.Mode FULL_WIDTH
        Breaks out of the normal margins to use the widest display of the content with the smallest margins permitted in Atlassian's design standards.
    • Method Detail

      • values

        public static Breakout.Mode[] 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 (Breakout.Mode c : Breakout.Mode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Breakout.Mode 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
      • mode

        public String mode()
        Returns:
        the string representation of this breakout mode