--
PedroRio - 16 Sep 2010
The
XEOEditBean is the base bean to use when creating a viewer with a form to edit a single XEO Object, it provides methods
Methods & Properties
The
XEOEditBean has a set of methods and properties that are required when creating forms to edit XEO Objects, those properties and methods are described bellow. Methods can be overridden in
save()
The save() methods checks if the boObject is valid and saves it (hence the name)
saveAndClose()
The saveAndClose() method, calls the save() method and closes the current viewer
saveAndCreateNew()