Uses of Annotation Type
org.opencms.ui.util.table.Column
Package
Description
Contains classes of the module manager app.
Contains code for the file history dialog.
Contains code for the comparison view of the file history dialog.
-
Uses of Column in org.opencms.ui.apps.modules
Modifier and TypeMethodDescriptionCmsModuleRow.getGroup()
Gets the module group.CmsModuleRow.getName()
Gets the name of the module.CmsModuleRow.getTitle()
Gets the nice name of the module.int
CmsModuleRow.getTypes()
Gets the number of resource types defined.CmsModuleRow.getVersion()
Gets the version. -
Uses of Column in org.opencms.ui.dialogs.history
Modifier and TypeMethodDescriptioncom.vaadin.v7.ui.CheckBox
CmsHistoryRow.getCheckBoxV1()
Gets the V1 check box.com.vaadin.v7.ui.CheckBox
CmsHistoryRow.getCheckBoxV2()
Gets the V2 check box.CmsHistoryRow.getModificationDate()
Gets the modification date.CmsHistoryRow.getPath()
Gets the path.com.vaadin.ui.Button
CmsHistoryRow.getPreviewButton()
Gets the preview button.CmsHistoryRow.getPublishDate()
Gets the publish date.com.vaadin.ui.Button
CmsHistoryRow.getRestoreButton()
Gets the restore button.CmsHistoryRow.getSize()
Gets the file size.CmsHistoryRow.getUserLastModified()
Gets the last modification user.CmsHistoryRow.getVersion()
Gets the file version. -
Uses of Column in org.opencms.ui.dialogs.history.diff
Modifier and TypeMethodDescriptioncom.vaadin.ui.Button
CmsValueCompareBean.getChangeType()
Gets the change type, as a button.CmsValueCompareBean.getLocale()
Gets the locale.CmsPropertyCompareBean.getProperty()
Gets the attribute name.CmsPropertyCompareBean.getV1()
Gets the value for the first version.CmsValueCompareBean.getV1()
Gets the value for the first version.CmsPropertyCompareBean.getV2()
Gets the value for the second version.CmsValueCompareBean.getV2()
Gets the value for the second version.CmsValueCompareBean.getXPath()
Gets the element name.