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

[Groovy] Class FormColSpec

        • taack.ui.dsl.form.FormColSpec
          • Constructor Detail

            • FormColSpec(IUiFormVisitor formVisitor)

              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

          • Method Detail

            • void col(BlockSpec.Width width, @groovy.lang.DelegatesTo(strategy: Closure.DELEGATE_ONLY, value: FormRowSpec) groovy.lang.Closure closure)