Uses of Interface
to.etc.domui.component.ntbl.IRowButtonFactory

Packages that use IRowButtonFactory
to.etc.domui.component.ntbl   
to.etc.domui.component.tbl   
 

Uses of IRowButtonFactory in to.etc.domui.component.ntbl
 

Methods in to.etc.domui.component.ntbl that return IRowButtonFactory
 IRowButtonFactory<T> ExpandingEditTable.getRowButtonFactory()
          Returns the button factory to use to add buttons to a row, when needed.
 

Methods in to.etc.domui.component.ntbl with parameters of type IRowButtonFactory
 void ExpandingEditTable.setRowButtonFactory(IRowButtonFactory<T> rowButtonFactory)
          Returns the button factory to use to add buttons to a row, when needed.
 

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

Methods in to.etc.domui.component.tbl that return IRowButtonFactory
 IRowButtonFactory<T> AbstractRowRenderer.getRowButtonFactory()
           
 

Methods in to.etc.domui.component.tbl with parameters of type IRowButtonFactory
 void AbstractRowRenderer.setRowButtonFactory(IRowButtonFactory<T> rowButtonFactory)