public interface I_CmsPropertyClientRpc extends com.vaadin.shared.communication.ClientRpc
| Modifier and Type | Method and Description |
|---|---|
void |
confirmSaveForNew()
Send a confirmation to the client that the properties for a new resource have been saved.
|
void |
editProperties(java.lang.String structureId,
boolean editName,
boolean disablePrevNext)
Tells the client to open the property editing dialog for the resource with the given structure id.
|
void |
editPropertiesForNewResource(java.lang.String propertyData)
Opens the property editor for a new resource.
|
void |
sendNextId(java.lang.String id)
Sends next structure id to the client.
|
void confirmSaveForNew()
void editProperties(java.lang.String structureId, boolean editName, boolean disablePrevNext)
structureId - the structure id of a resource, as a stringeditName - if true, makes the file name editabledisablePrevNext - if true, disables the prev/next buttonvoid editPropertiesForNewResource(java.lang.String propertyData)
propertyData - the property data serialized using GWT serializationvoid sendNextId(java.lang.String id)
id - the next structure id