ShowSpec (taack-ui 0.5.7-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

          • void showAction(org.codehaus.groovy.runtime.MethodClosure action, java.lang.Long id, java.util.Map params)

            Parameters:
            i18n
            action - action closure
            id
            params
            isAjax