BootstrapLayout (taack-ui 0.6.3-SNAPSHOT API)
Package: taack.ui.dump.html.layout

[Groovy] Class BootstrapLayout

    • taack.ui.dump.html.layout.BootstrapLayout


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

          Methods 
          Type Params Return Type Name and description
          static taack.ui.dump.html.element.IHTMLElement col(taack.ui.dump.html.element.IHTMLElement topElement, BlockSpec.Width width)
          static taack.ui.dump.html.element.IHTMLElement row(taack.ui.dump.html.element.IHTMLElement topElement)
          taack.ui.dump.html.element.IHTMLElement tab(taack.ui.dump.html.element.IHTMLElement topElement, int occ)
          taack.ui.dump.html.element.IHTMLElement tabs(taack.ui.dump.html.element.IHTMLElement topElement, java.util.List<java.lang.String> names, java.lang.String action)
      • 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()
      • Property Detail

        • final int tabIds

        • static int tabIdsConter

      • Method Detail

        • static taack.ui.dump.html.element.IHTMLElement col(taack.ui.dump.html.element.IHTMLElement topElement, BlockSpec.Width width)

        • static taack.ui.dump.html.element.IHTMLElement row(taack.ui.dump.html.element.IHTMLElement topElement)

        • taack.ui.dump.html.element.IHTMLElement tab(taack.ui.dump.html.element.IHTMLElement topElement, int occ)

        • taack.ui.dump.html.element.IHTMLElement tabs(taack.ui.dump.html.element.IHTMLElement topElement, java.util.List<java.lang.String> names, java.lang.String action)