程序包 | 说明 |
---|---|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.client.ui.restore | |
org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
CmsRestoreInfoBean |
CmsVfsService.getRestoreInfo(CmsUUID structureId) |
限定符和类型 | 字段和说明 |
---|---|
protected CmsRestoreInfoBean |
CmsRestoreView.m_restoreInfo
The bean containing information about the resource to restore.
|
构造器和说明 |
---|
CmsRestoreView(CmsRestoreInfoBean restoreInfo,
java.lang.Runnable afterRestoreAction)
Creates a new widget instance.
|
限定符和类型 | 方法和说明 |
---|---|
CmsRestoreInfoBean |
I_CmsVfsService.getRestoreInfo(CmsUUID structureId)
Gets the information which is necessary for opening the 'Restore' dialog for a resource.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsVfsServiceAsync.getRestoreInfo(CmsUUID structureId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsRestoreInfoBean> resultCallback)
Gets the information which is necessary for opening the 'Restore' dialog for a resource.
|