| Package | Description |
|---|---|
| org.opencms.ui.apps.modules |
Contains classes of the module manager app.
|
| 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.lang.String |
CmsModuleRow.getGroup()
Gets the module group.
|
java.lang.String |
CmsModuleRow.getName()
Gets the name of the module.
|
java.lang.String |
CmsModuleRow.getTitle()
Gets the nice name of the module.
|
int |
CmsModuleRow.getTypes()
Gets the number of resource types defined.
|
java.lang.String |
CmsModuleRow.getVersion()
Gets the version.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.v7.ui.CheckBox |
CmsHistoryRow.getCheckBoxV1()
Gets the V1 check box.
|
com.vaadin.v7.ui.CheckBox |
CmsHistoryRow.getCheckBoxV2()
Gets the V2 check box.
|
java.util.Date |
CmsHistoryRow.getModificationDate()
Gets the modification date.
|
java.lang.String |
CmsHistoryRow.getPath()
Gets the path.
|
com.vaadin.ui.Button |
CmsHistoryRow.getPreviewButton()
Gets the preview button.
|
java.util.Date |
CmsHistoryRow.getPublishDate()
Gets the publish date.
|
com.vaadin.ui.Button |
CmsHistoryRow.getRestoreButton()
Gets the restore button.
|
java.lang.Integer |
CmsHistoryRow.getSize()
Gets the file size.
|
java.lang.String |
CmsHistoryRow.getUserLastModified()
Gets the last modification user.
|
java.lang.String |
CmsHistoryRow.getVersion()
Gets the file version.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.ui.Button |
CmsValueCompareBean.getChangeType()
Gets the change type, as a button.
|
java.lang.String |
CmsValueCompareBean.getLocale()
Gets the locale.
|
java.lang.String |
CmsPropertyCompareBean.getProperty()
Gets the attribute name.
|
java.lang.String |
CmsPropertyCompareBean.getV1()
Gets the value for the first version.
|
java.lang.String |
CmsValueCompareBean.getV1()
Gets the value for the first version.
|
java.lang.String |
CmsPropertyCompareBean.getV2()
Gets the value for the second version.
|
java.lang.String |
CmsValueCompareBean.getV2()
Gets the value for the second version.
|
java.lang.String |
CmsValueCompareBean.getXPath()
Gets the element name.
|