Package org.compiere.grid.ed
Interface VManagedEditor
-
- All Known Implementing Classes:
VNumber
public interface VManagedEditorInterface for editor with a commit and rollback lifecycle.- Author:
- Low Heng Sin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommitChanges()Commit pending changesbooleanisDirty()Are there any pending changesvoidrollbackChanges()Rollback pending changes
-