| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsRenameInfoBean |
CmsVfsService.getRenameInfo(CmsUUID structureId) |
| Modifier and Type | Method and Description |
|---|---|
CmsRenameInfoBean |
I_CmsVfsService.getRenameInfo(CmsUUID structureId)
Gets the information necessary for the rename dialog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsVfsServiceAsync.getRenameInfo(CmsUUID structureId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsRenameInfoBean> callback)
Gets the information needed for the Rename dialog.
|