Package org.opencms.ui.shared.rpc
Interface I_CmsPropertyClientRpc
- All Superinterfaces:
com.vaadin.shared.communication.ClientRpc
,Serializable
Server-to-client Interface for the GWT dialog extension.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Send a confirmation to the client that the properties for a new resource have been saved.void
editProperties
(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
(String propertyData) Opens the property editor for a new resource.void
sendNextId
(String id) Sends next structure id to the client.
-
Method Details
-
confirmSaveForNew
void confirmSaveForNew()Send a confirmation to the client that the properties for a new resource have been saved. -
editProperties
Tells the client to open the property editing dialog for the resource with the given structure id.- Parameters:
structureId
- the structure id of a resource, as a stringeditName
- if true, makes the file name editabledisablePrevNext
- if true, disables the prev/next button
-
editPropertiesForNewResource
Opens the property editor for a new resource.- Parameters:
propertyData
- the property data serialized using GWT serialization
-
sendNextId
Sends next structure id to the client.- Parameters:
id
- the next structure id
-