| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPreviewInfo |
CmsVfsService.getHistoryPreviewInfo(CmsUUID structureId,
java.lang.String locale,
CmsHistoryVersion versionBean) |
| Modifier and Type | Method and Description |
|---|---|
static CmsHistoryVersion |
CmsHistoryVersion.fromString(java.lang.String s)
Converts a string to a CmsHistoryVersion.
|
CmsHistoryVersion |
CmsHistoryResourceBean.getVersion()
Returns the version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsHistoryResourceBean.setVersion(CmsHistoryVersion version)
Sets the version.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPreviewInfo |
I_CmsVfsService.getHistoryPreviewInfo(CmsUUID structureId,
java.lang.String locale,
CmsHistoryVersion version)
Gets the preview information for a historic version.
|
void |
I_CmsVfsServiceAsync.getHistoryPreviewInfo(CmsUUID structureId,
java.lang.String locale,
CmsHistoryVersion version,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPreviewInfo> resultCallback)
Gets th historical preview information for the given resource.
|