to.etc.domui.component.ntbl
Interface IRowEditorFactory<T,E extends NodeContainer & IEditor>


public interface IRowEditorFactory<T,E extends NodeContainer & IEditor>

Thingy to create a row editor to use within the ExpandingEditTable.

Author:
Frits Jalvingh Created on Dec 8, 2009

Method Summary
 E createRowEditor(T instance, boolean isnew, boolean isReadonly)
           
 

Method Detail

createRowEditor

E createRowEditor(T instance,
                  boolean isnew,
                  boolean isReadonly)
                                                 throws java.lang.Exception
Throws:
java.lang.Exception