ShowSpec (taack-ui 0.6.3-SNAPSHOT API)
Package: taack.ui.dsl.show

[Groovy] Class ShowSpec

      • taack.ui.dsl.show.ShowSpec


      • @groovy.transform.CompileStatic
        class ShowSpec
        extends SectionSpec

        UiShowSpecifier delegated class

        This class allows to add fields to show, with some style. The show block element is not editable.

        • Method Detail

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

            Add section to group field together

            Parameters:
            sectionName - label of the section
            closure - list of fields to display