Uses of Class
to.etc.domui.dom.html.TR

Packages that use TR
to.etc.domui.component.form   
to.etc.domui.component.tbl   
to.etc.domui.dom   
to.etc.domui.dom.html   
to.etc.domui.util   
 

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

Methods in to.etc.domui.component.form that return TR
 TR GenericTableFormBuilder.addRow()
          Add a new row to the current body; create a body (and a table) if necessary.
 TR OldHorizontalFormBuilder.getEditRow()
          Deprecated.  
 TR HorizontalFormBuilder.getEditRow()
           
 TR OldHorizontalFormBuilder.getLabelRow()
          Deprecated.  
 TR HorizontalFormBuilder.getLabelRow()
           
 TR GenericTableFormBuilder.getLastUsedRow()
          Get the last-used row.
 TR GenericTableFormBuilder.row()
          Gets the last-used row.
 TR GenericTableFormBuilder.selectRow(int ix)
          This makes the row with the specified index in the current body the "current" row.
 

Methods in to.etc.domui.component.form with parameters of type TR
protected  void GenericTableFormBuilder.onRowAdded(TR row)
           
protected  void GenericTableFormBuilder.setLastUsedRow(TR row)
           
 

Uses of TR in to.etc.domui.component.tbl
 

Methods in to.etc.domui.component.tbl that return TR
 TR ColumnContainer.getTR()
           
 

Methods in to.etc.domui.component.tbl with parameters of type TR
 void MultipleSelectionDataTable.accumulateSelection(TR row, T item)
           
protected  void MultipleSelectionDataTable.handleAccumulatedItemRowSelectionChanged(TR row, java.lang.Boolean value)
           
protected  void CheckBoxDataTable.renderRow(TR tr, ColumnContainer<T> cc, int index, T value)
          Deprecated. Add checkbox for selection as first column.
protected  void DataTable.renderRow(TR tr, ColumnContainer<T> cc, int index, T value)
          Renders row content into specified row.
 void HeaderContainer.setParent(TR p)
           
 void ColumnContainer.setParent(TR p)
           
 

Uses of TR in to.etc.domui.dom
 

Methods in to.etc.domui.dom with parameters of type TR
 void HtmlTagRenderer.visitTR(TR n)
           
 

Uses of TR in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html that return TR
 TR TBody.addRow()
          Add a new row to the table.
 TR TBody.getRow(int ix)
          Utility to return the nth child as a row.
 TR TBody.row()
           
 

Methods in to.etc.domui.dom.html with parameters of type TR
 void NodeVisitorBase.visitTR(TR n)
           
 void INodeVisitor.visitTR(TR n)
           
 

Uses of TR in to.etc.domui.util
 

Methods in to.etc.domui.util that return TR
 TR MiniTableBuilder.addRow()
           
 TR MiniTableBuilder.row()