Class AuditLogEntrySummaryColumn
- java.lang.Object
-
- com.google.gwt.user.cellview.client.Column<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry,org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>
-
- org.drools.workbench.screens.guided.dtable.client.widget.auditlog.AuditLogEntrySummaryColumn
-
- All Implemented Interfaces:
com.google.gwt.cell.client.HasCell<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry,org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>,com.google.gwt.user.client.ui.HasAlignment,com.google.gwt.user.client.ui.HasHorizontalAlignment,com.google.gwt.user.client.ui.HasVerticalAlignment
public class AuditLogEntrySummaryColumn extends com.google.gwt.user.cellview.client.Column<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry,org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>A column for the Audit Log summary
-
-
Constructor Summary
Constructors Constructor Description AuditLogEntrySummaryColumn()AuditLogEntrySummaryColumn(String labelClass, String valueClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.workbench.models.datamodel.auditlog.AuditLogEntrygetValue(org.drools.workbench.models.datamodel.auditlog.AuditLogEntry object)-
Methods inherited from class com.google.gwt.user.cellview.client.Column
getCell, getCellStyleNames, getDataStoreName, getFieldUpdater, getHorizontalAlignment, getVerticalAlignment, isDefaultSortAscending, isSortable, onBrowserEvent, render, setCellStyleNames, setDataStoreName, setDefaultSortAscending, setFieldUpdater, setHorizontalAlignment, setSortable, setVerticalAlignment
-
-
-
-
Method Detail
-
getValue
public org.drools.workbench.models.datamodel.auditlog.AuditLogEntry getValue(org.drools.workbench.models.datamodel.auditlog.AuditLogEntry object)
- Specified by:
getValuein interfacecom.google.gwt.cell.client.HasCell<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry,org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>- Specified by:
getValuein classcom.google.gwt.user.cellview.client.Column<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry,org.drools.workbench.models.datamodel.auditlog.AuditLogEntry>
-
-