BlockTabSpec (taack-ui 0.6.3-SNAPSHOT API)
Package: taack.ui.dsl.block

[Groovy] Class BlockTabSpec

          • taack.ui.dsl.block.BlockTabSpec


          • @groovy.transform.CompileStatic
            class BlockTabSpec
            extends BlockLayoutSpec

            UiBlockSpecifier.ui delegated class.

            This class allows to draw the layout of a page, or to update part of a page after an ajax call.

            Each block can contains many graphical elements, but it is better to have one graphical element (show, form, table, tableFilter ...) per block (modal, ajaxBlock ...)

            • Constructor Detail

              • BlockTabSpec()

            • Method Detail

              • void tab(java.lang.String i18n, @groovy.lang.DelegatesTo(strategy: Closure.DELEGATE_FIRST, value: BlockLayoutSpec) groovy.lang.Closure closure)

                Parameters:
                i18n - label
                closure - content of the tabulation.