Package org.compiere.grid.ed
Interface VManagedEditor
-
- All Known Implementing Classes:
VNumber
public interface VManagedEditor
Interface 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 void
commitChanges()
Commit pending changesboolean
isDirty()
Are there any pending changesvoid
rollbackChanges()
Rollback pending changes
-