org.openbp.jaspira.propertybrowser
Interface SaveStrategy
- All Known Implementing Classes:
- ConfigurationBeanPage, JaspiraWizardObjectPage, PropertyBrowserPlugin, VariablesPlugin, WizardObjectPage
public interface SaveStrategy
Defines the behavior of an property browser regarding saving of an edited object.
- Author:
- Andreas Putz
|
Method Summary |
boolean |
executeSave(PropertyBrowser editor)
Executes the save procedure for the current item of the specified property browser. |
executeSave
boolean executeSave(PropertyBrowser editor)
- Executes the save procedure for the current item of the specified property browser.
- Parameters:
editor - The property browser
- Returns:
- true If object was saved successfully.
false There were errors during the save operations or the user
choosed to cancel the save operation.
The implementor of the strategy should issue an error message
if appropriate.
Copyright © 2011. All Rights Reserved.