Uses of Class
to.etc.domui.component.form.TabularFormBuilder

Packages that use TabularFormBuilder
to.etc.domui.component.form   
to.etc.domui.pages.generic   
 

Uses of TabularFormBuilder in to.etc.domui.component.form
 

Methods in to.etc.domui.component.form that return TabularFormBuilder
 TabularFormBuilder TabularFormBuilder.append()
          Append the next field, then return to the current mode.
 TabularFormBuilder TabularFormBuilder.col(int x)
          Add the next fields in a set to the specified column.
 TabularFormBuilder TabularFormBuilder.colspan(int cells)
          Sets the colspan for the next component set.
 TabularFormBuilder TabularFormBuilder.into()
          Add the next pair into the last cell of the last row added, then return to the current mode.
 TabularFormBuilder TabularFormBuilder.into(java.lang.String separator)
          Add the next pair into the last cell of the last row added using the specified string to separate them, then return to the current mode.
 TabularFormBuilder TabularFormBuilder.norm()
          Add the next field in "normal" mode, then return to the current mode.
 TabularFormBuilder TabularFormBuilder.setCol(int x)
          Make column(x) the "current" column where things are added to, until another call is done.
 

Uses of TabularFormBuilder in to.etc.domui.pages.generic
 

Methods in to.etc.domui.pages.generic that return TabularFormBuilder
 TabularFormBuilder BasicEditPage.getBuilder()