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

[Groovy] Class FormTabSpec

    • taack.ui.dsl.form.FormTabSpec


    • @groovy.transform.CompileStatic
      final class FormTabSpec
      extends java.lang.Object
      • Methods Summary

          Methods 
          Type Params Return Type Name and description
          void tabLabel(java.lang.String sectionName, groovy.lang.Closure closure)
          Add a tabulation to a section tabs.
      • Inherited Methods Summary

          Inherited Methods 
          Methods inherited from class Name
          class java.lang.Object java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
      • Method Detail

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

          Add a tabulation to a section tabs. Can only be children of FormSpec.tabs.

          Parameters:
          sectionName - the label in the tab
          closure - describe the content of the tabulation