| 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 |
|---|---|
CmsPropertiesBean |
CmsVfsService.loadPropertyData(CmsUUID id) |
CmsPropertiesBean |
CmsPropertyEditorHelper.loadPropertyData(CmsUUID id)
Loads the data needed for editing the properties of a resource.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPropertiesBean |
I_CmsVfsService.loadPropertyData(CmsUUID id)
Load the data necessary to edit the properties of a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsVfsServiceAsync.loadPropertyData(CmsUUID id,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPropertiesBean> callback)
Load the data necessary to edit the properties of a resource.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPropertiesBean |
CmsNewResourceBuilder.getPropertyData()
Loads the property data with which the property dialog for the new resource should be initialized.
|
CmsPropertiesBean |
CmsNewResourceBuilder.PropertyEditorHelper.loadPropertyData(CmsUUID id)
Loads the data needed for editing the properties of a resource.
|