Class SectionPanel

    • Constructor Detail

      • SectionPanel

        public SectionPanel​(Layout<?> layout)
        Layout constructor with a default SectionComponent.SectionType.SECTION section type.
        Parameters:
        layout - The layout definition for the container.
        Throws:
        java.lang.NullPointerException - if the given layout is null.
      • SectionPanel

        public SectionPanel​(SectionComponent.SectionType newSectionType)
        Section type constructor with a default vertical flow layout.
        Parameters:
        newSectionType - The type of section, or null if there is no specific type specified.
      • SectionPanel

        public SectionPanel​(Layout<?> layout,
                            SectionComponent.SectionType newSectionType)
        Layout and section type constructor.
        Parameters:
        layout - The layout definition for the container.
        newSectionType - The type of section, or null if there is no specific type specified.
        Throws:
        java.lang.NullPointerException - if the given layout is null.