RowIndentTreeSpec (taack-ui 0.6.3-SNAPSHOT API)
Package: taack.ui.dsl.table

[Groovy] Class RowIndentTreeSpec

    • taack.ui.dsl.table.RowIndentTreeSpec


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

          Methods 
          Type Params Return Type Name and description
          void rowIndent(java.lang.Boolean isExpended, groovy.lang.Closure closure)
          void rowTree(boolean hasChildren, groovy.lang.Closure closure)
          Row container that can be expended as a tree.
      • 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 rowIndent(java.lang.Boolean isExpended, @groovy.lang.DelegatesTo(strategy: Closure.DELEGATE_ONLY, value: RowIndentTreeSpec) groovy.lang.Closure closure)

        • void rowTree(boolean hasChildren, @groovy.lang.DelegatesTo(strategy: Closure.DELEGATE_ONLY, value: RowColumnSpec) groovy.lang.Closure closure)

          Row container that can be expended as a tree. Can be nested.

          Parameters:
          hasChildren - If true, the subsequent rows will be collapsed under the current row
          closure - Contains columns