Class CmsHistoryRow

java.lang.Object
org.opencms.ui.dialogs.history.CmsHistoryRow

public class CmsHistoryRow extends Object
Represents a row of the file history table.

  • Constructor Details

  • Method Details

    • formatVersion

      Formats the file version for display.

      Parameters:
      bean - the history resource bean
      Returns:
      the formatted version
    • getCheckBoxV1

      public com.vaadin.v7.ui.CheckBox getCheckBoxV1()
      Gets the V1 check box.

      Returns:
      the V1 check box
    • getCheckBoxV2

      public com.vaadin.v7.ui.CheckBox getCheckBoxV2()
      Gets the V2 check box.

      Returns:
      the V2 check box
    • getModificationDate

      Gets the modification date.

      Returns:
      the modification date
    • getPath

      public String getPath()
      Gets the path.

      Returns:
      the path
    • getPreviewButton

      public com.vaadin.ui.Button getPreviewButton()
      Gets the preview button.

      Returns:
      the preview button
    • getPublishDate

      public Date getPublishDate()
      Gets the publish date.

      Returns:
      the publish date
    • getRestoreButton

      public com.vaadin.ui.Button getRestoreButton()
      Gets the restore button.

      Returns:
      the restore button
    • getSize

      public Integer getSize()
      Gets the file size.

      Returns:
      the file size
    • getUserLastModified

      Gets the last modification user.

      Returns:
      the last modification user
    • getVersion

      public String getVersion()
      Gets the file version.

      Returns:
      the file version