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

Packages that use IRowEditorFactory
to.etc.domui.component.ntbl   
 

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

Methods in to.etc.domui.component.ntbl that return IRowEditorFactory
 IRowEditorFactory<T,? extends NodeContainer> ExpandingEditTable.getEditorFactory()
          Return the editor factory to use to create the row editor.
 

Methods in to.etc.domui.component.ntbl with parameters of type IRowEditorFactory
 void ExpandingEditTable.setEditorFactory(IRowEditorFactory<T,? extends NodeContainer> editorFactory)