程序包 | 说明 |
---|---|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPreviewInfo |
CmsVfsService.getPreviewInfo(CmsUUID structureId,
java.lang.String locale) |
CmsPreviewInfo |
CmsVfsService.getPreviewInfo(java.lang.String sitePath,
java.lang.String locale) |
限定符和类型 | 方法和说明 |
---|---|
static void |
CmsPreviewDialog.showPreviewForResource(CmsPreviewInfo previewInfo)
Shows the preview for the given resource.
|
protected void |
CmsPreviewDialog.updatePreviewContent(CmsPreviewInfo previewInfo)
Updates the preview content of the dialog.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPreviewInfo |
I_CmsVfsService.getPreviewInfo(CmsUUID structureId,
java.lang.String locale)
Returns the preview info for the given resource.
|
CmsPreviewInfo |
I_CmsVfsService.getPreviewInfo(java.lang.String sitePath,
java.lang.String locale)
Returns the preview info for the given resource.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsVfsServiceAsync.getPreviewInfo(CmsUUID structureId,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPreviewInfo> callback)
Returns the preview info for the given resource.
|
void |
I_CmsVfsServiceAsync.getPreviewInfo(java.lang.String sitePath,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPreviewInfo> callback)
Returns the preview info for the given resource.
|