Class CmsVersionCell
java.lang.Object
com.google.gwt.cell.client.AbstractCell<org.opencms.gwt.shared.CmsHistoryResourceBean>
org.opencms.gwt.client.ui.history.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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
CmsVersionCell
public CmsVersionCell()
-
-
Method Details