Class CmsVersionCell

  • All Implemented Interfaces:
    com.google.gwt.cell.client.Cell<org.opencms.gwt.shared.CmsHistoryResourceBean>

    public final class CmsVersionCell
    extends com.google.gwt.cell.client.AbstractCell<org.opencms.gwt.shared.CmsHistoryResourceBean>
    Cell used to display a file version in the history dialog.

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell

        com.google.gwt.cell.client.Cell.Context
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsVersionCell()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(com.google.gwt.cell.client.Cell.Context context, org.opencms.gwt.shared.CmsHistoryResourceBean value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)  
      • Methods inherited from class com.google.gwt.cell.client.AbstractCell

        dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • render

        public void render​(com.google.gwt.cell.client.Cell.Context context,
                           org.opencms.gwt.shared.CmsHistoryResourceBean value,
                           com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
        Specified by:
        render in interface com.google.gwt.cell.client.Cell<org.opencms.gwt.shared.CmsHistoryResourceBean>
        Specified by:
        render in class com.google.gwt.cell.client.AbstractCell<org.opencms.gwt.shared.CmsHistoryResourceBean>
        See Also:
        AbstractCell.render(com.google.gwt.cell.client.Cell.Context, java.lang.Object, com.google.gwt.safehtml.shared.SafeHtmlBuilder)