Annotation Type UISection

    • Element Detail

      • layout

        SectionLayout layout
        Layout for the section, i.e. whether fields are displayed horizontally or in vertical columns.
        Default:
        org.linkki.core.ui.layout.annotation.SectionLayout.FORM
      • caption

        String caption
        The caption text for the section.
        Default:
        ""
      • closeable

        boolean closeable
        Whether or not the section can be collapsed by the user.
        Default:
        false