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

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

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

Methods in to.etc.domui.component.ntbl that return IRowEditorEvent
 IRowEditorEvent<T,?> ExpandingEditTable.getOnRowChangeCompleted()
          Set a handler to call when editing a row in an editable table component after editing is (somehow) marked as complete.
 

Methods in to.etc.domui.component.ntbl with parameters of type IRowEditorEvent
 void ExpandingEditTable.setOnRowChangeCompleted(IRowEditorEvent<T,?> onRowChangeCompleted)
          Set a handler to call when editing a row in an editable table component after editing is (somehow) marked as complete.