| Package | Description |
|---|---|
| org.opencms.gwt.shared |
Core shared stuff.
|
| org.opencms.ui.dialogs.history |
Contains code for the file history dialog
|
| org.opencms.ui.dialogs.history.diff |
Contains code for the comparison view of the file history dialog
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsHistoryResourceBean> |
CmsHistoryResourceCollection.getResources()
Gets the list of historical versions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsHistoryResourceCollection.add(CmsHistoryResourceBean historyBean)
Adds the information for a historical resource version.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsHistoryRow.formatVersion(CmsHistoryResourceBean bean)
Formats the file version for display.
|
| Constructor and Description |
|---|
CmsHistoryRow(CmsHistoryResourceBean bean)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.ui.Button |
CmsShowVersionButtons.createButton(CmsObject cms,
CmsHistoryResourceBean version)
Creates a 'show version' button.
|
com.google.common.base.Optional<com.vaadin.ui.Component> |
CmsImageDiff.diff(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2) |
com.google.common.base.Optional<com.vaadin.ui.Component> |
I_CmsDiffProvider.diff(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2)
Optionally returns a comparison component to display for the given resource versions.
|
com.google.common.base.Optional<com.vaadin.ui.Component> |
CmsTextDiff.diff(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2) |
com.google.common.base.Optional<com.vaadin.ui.Component> |
A_CmsAttributeDiff.diff(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2) |
com.google.common.base.Optional<com.vaadin.ui.Component> |
CmsShowVersionButtons.diff(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2) |
com.google.common.base.Optional<com.vaadin.ui.Component> |
CmsValueDiff.diff(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2) |
abstract java.util.List<CmsAttributeComparison> |
A_CmsAttributeDiff.getDifferences(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2)
Gets the attribute comparison beans representing the differences.
|
java.util.List<CmsAttributeComparison> |
CmsAttributeDiff.getDifferences(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2) |
java.util.List<CmsAttributeComparison> |
CmsPropertyDiff.getDifferences(CmsObject cms,
CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2) |
static java.lang.String |
A_CmsAttributeDiff.getVersionString(CmsHistoryResourceBean bean)
Builds a version string which can be used by CmsResourceComparison from a history resource bean.
|
static CmsResource |
A_CmsAttributeDiff.readResource(CmsObject cms,
CmsHistoryResourceBean bean)
Reads a historical resource for a history resource bean.
|
| Constructor and Description |
|---|
CmsVersionMacroResolver(CmsHistoryResourceBean v1,
CmsHistoryResourceBean v2) |