Package org.opencms.ui.shared.rpc
Interface I_CmsEditorStateRPC
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsEditorStateExtension
Editor state RPCs
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setHasChanges
(boolean hasChanges) Sets the editor changed state
-
Method Details
-
setHasChanges
Sets the editor changed state- Parameters:
hasChanges
- the editor changed state
-