Class AuditLogEntryCell

  • All Implemented Interfaces:
    com.google.gwt.cell.client.Cell<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>

    public class AuditLogEntryCell
    extends com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>
    A cell to render AuditLogEntry's
    • 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
      AuditLogEntryCell​(com.google.gwt.i18n.client.DateTimeFormat format)  
      AuditLogEntryCell​(com.google.gwt.i18n.client.DateTimeFormat format, String labelClass, String valueClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(com.google.gwt.cell.client.Cell.Context context, org.drools.workbench.models.datamodel.auditlog.AuditLogEntry 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 Detail

      • AuditLogEntryCell

        public AuditLogEntryCell​(com.google.gwt.i18n.client.DateTimeFormat format)
      • AuditLogEntryCell

        public AuditLogEntryCell​(com.google.gwt.i18n.client.DateTimeFormat format,
                                 String labelClass,
                                 String valueClass)
    • Method Detail

      • render

        public void render​(com.google.gwt.cell.client.Cell.Context context,
                           org.drools.workbench.models.datamodel.auditlog.AuditLogEntry value,
                           com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
        Specified by:
        render in interface com.google.gwt.cell.client.Cell<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>
        Specified by:
        render in class com.google.gwt.cell.client.AbstractCell<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>