org.drools.guvnor.client.decisiontable.widget.auditlog
Class AuditLogEntryCell

java.lang.Object
  extended by com.google.gwt.cell.client.AbstractCell<AuditLogEntry>
      extended by org.drools.guvnor.client.decisiontable.widget.auditlog.AuditLogEntryCell
All Implemented Interfaces:
com.google.gwt.cell.client.Cell<AuditLogEntry>

public class AuditLogEntryCell
extends com.google.gwt.cell.client.AbstractCell<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
AuditLogEntryCell(com.google.gwt.i18n.client.DateTimeFormat format)
           
 
Method Summary
 void render(com.google.gwt.cell.client.Cell.Context context, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLogEntryCell

public AuditLogEntryCell(com.google.gwt.i18n.client.DateTimeFormat format)
Method Detail

render

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


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.