public interface I_CmsPropertyServerRpc extends com.vaadin.shared.communication.ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(long delayMillis)
Disposes of the extension, and tells the server which resources have changed.
|
void |
removeExtension()
Removes the extension on the server side.
|
void |
requestNextFile(int offset)
Requests the id of the next file.
|
void |
savePropertiesForNewResource(java.lang.String data)
Saves the properties for a new resource.
|
void onClose(long delayMillis)
delayMillis - time to delay the RPC (for allowing short background operations to finish)void removeExtension()
void requestNextFile(int offset)
offset - should be +1 for the next file, or -1 for the previous filevoid savePropertiesForNewResource(java.lang.String data)
data - the serialized property data (CmsPropertyChangeSet)