| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| org.opencms.ui.util |
Utilities for Vaadin workplace code
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsVfsService.saveProperties(CmsPropertyChangeSet changes) |
void |
CmsPropertyEditorHelper.saveProperties(CmsPropertyChangeSet changes)
Saves a set of property changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsVfsService.saveProperties(CmsPropertyChangeSet changes)
Saves a set of property changes.
|
void |
I_CmsVfsServiceAsync.saveProperties(CmsPropertyChangeSet changes,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Saves a set of property changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsNewResourceBuilder.setPropertyChanges(CmsPropertyChangeSet propertyChanges)
Sets the property changes.
|