Class CmsSaveResult
java.lang.Object
org.opencms.ade.contenteditor.shared.CmsSaveResult
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Stores the editor save result information.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for serialization only.CmsSaveResult
(boolean hasChangedSettings, CmsValidationResult validationResult) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the validation result.boolean
Returns whether the validation result has errors.boolean
Returns whether container element settings where changed.
-
Constructor Details
-
CmsSaveResult
protected CmsSaveResult()Constructor for serialization only.
-
Method Details
-
getValidationResult
Returns the validation result.- Returns:
- the validation result
-
hasErrors
Returns whether the validation result has errors.- Returns:
true
in case the validation result has errors
-
isHasChangedSettings
Returns whether container element settings where changed.- Returns:
true in case container element settings where changed
-