Uses of Class
to.etc.domui.component.tbl.SimpleColumnDef

Packages that use SimpleColumnDef
to.etc.domui.component.tbl   
 

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

Fields in to.etc.domui.component.tbl with type parameters of type SimpleColumnDef
protected  java.util.List<SimpleColumnDef> AbstractRowRenderer.m_columnList
           
protected  java.util.List<SimpleColumnDef> KeyWordPopupRowRenderer.m_columnList
           
 

Methods in to.etc.domui.component.tbl that return SimpleColumnDef
 SimpleColumnDef AbstractRowRenderer.getColumn(int ix)
          Return the definition for the nth column.
 SimpleColumnDef KeyWordPopupRowRenderer.getColumn(int ix)
          Return the definition for the nth column.
 SimpleColumnDef AbstractRowRenderer.getColumnByName(java.lang.String propertyName)
          Find a column by the property it is displaying.
 SimpleColumnDef KeyWordPopupRowRenderer.getColumnByName(java.lang.String propertyName)
          Find a column by the property it is displaying.
protected  SimpleColumnDef AbstractRowRenderer.getSortColumn()
           
 

Methods in to.etc.domui.component.tbl with parameters of type SimpleColumnDef
protected
<X> void
AbstractRowRenderer.renderColumn(TableModelTableBase<T> tbl, ColumnContainer<T> cc, int index, T instance, SimpleColumnDef cd)
          Render a single column fully.
protected
<X> void
KeyWordPopupRowRenderer.renderColumn(TableModelTableBase<T> tbl, ColumnContainer<T> cc, int index, T instance, SimpleColumnDef cd)
          Render a single column fully.
protected  void AbstractRowRenderer.setSortColumn(SimpleColumnDef cd)