public class CmsHistoryRow extends java.lang.Object
| Constructor and Description |
|---|
CmsHistoryRow(CmsHistoryResourceBean bean)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatVersion(CmsHistoryResourceBean bean)
Formats the file version for display.
|
com.vaadin.v7.ui.CheckBox |
getCheckBoxV1()
Gets the V1 check box.
|
com.vaadin.v7.ui.CheckBox |
getCheckBoxV2()
Gets the V2 check box.
|
java.util.Date |
getModificationDate()
Gets the modification date.
|
java.lang.String |
getPath()
Gets the path.
|
com.vaadin.ui.Button |
getPreviewButton()
Gets the preview button.
|
java.util.Date |
getPublishDate()
Gets the publish date.
|
com.vaadin.ui.Button |
getRestoreButton()
Gets the restore button.
|
java.lang.Integer |
getSize()
Gets the file size.
|
java.lang.String |
getUserLastModified()
Gets the last modification user.
|
java.lang.String |
getVersion()
Gets the file version.
|
public CmsHistoryRow(CmsHistoryResourceBean bean)
bean - the history resource beanpublic static java.lang.String formatVersion(CmsHistoryResourceBean bean)
bean - the history resource beanpublic com.vaadin.v7.ui.CheckBox getCheckBoxV1()
public com.vaadin.v7.ui.CheckBox getCheckBoxV2()
public java.util.Date getModificationDate()
public java.lang.String getPath()
public com.vaadin.ui.Button getPreviewButton()
public java.util.Date getPublishDate()
public com.vaadin.ui.Button getRestoreButton()
public java.lang.Integer getSize()
public java.lang.String getUserLastModified()
public java.lang.String getVersion()