FormRowSpec (taack-ui 0.5.7-SNAPSHOT API)
Package: taack.ui.dsl.form

[Groovy] Class FormRowSpec

        • taack.ui.dsl.form.FormRowSpec
          • Method Detail

            • void row(@groovy.lang.DelegatesTo(strategy: Closure.DELEGATE_ONLY, value: FormColSpec) groovy.lang.Closure closure)

            • void section(java.lang.String sectionName, @groovy.lang.DelegatesTo(strategy: Closure.DELEGATE_ONLY, value: FormRowSpec) groovy.lang.Closure closure)

              Add a section to enclose fields to display. Can be nested.

              Parameters:
              sectionName - the label of the section
              width - its relative width
              closure - Description of the content of this section

            • void section(@groovy.lang.DelegatesTo(strategy: Closure.DELEGATE_ONLY, value: FormRowSpec) groovy.lang.Closure closure)

              Add a section to enclose fields to display. Can be nested.

              Parameters:
              sectionName - the label of the section
              width - its relative width
              closure - Description of the content of this section