Package org.opencms.ui.shared.rpc
Interface I_CmsPropertyServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsPropertyDialogExtension
Client-to-server rpc interface for the GWT dialog extension.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClose
(long delayMillis) Disposes of the extension, and tells the server which resources have changed.void
Removes the extension on the server side.void
requestNextFile
(int offset) Requests the id of the next file.void
Saves the properties for a new resource.
-
Method Details
-
onClose
Disposes of the extension, and tells the server which resources have changed.- Parameters:
delayMillis
- time to delay the RPC (for allowing short background operations to finish)
-
removeExtension
void removeExtension()Removes the extension on the server side. -
requestNextFile
Requests the id of the next file.- Parameters:
offset
- should be +1 for the next file, or -1 for the previous file
-
savePropertiesForNewResource
Saves the properties for a new resource.- Parameters:
data
- the serialized property data (CmsPropertyChangeSet)
-