Class AuditLogEntryCommentColumn
- java.lang.Object
-
- com.google.gwt.user.cellview.client.Column<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry,String>
-
- org.drools.workbench.screens.guided.dtable.client.widget.auditlog.AuditLogEntryCommentColumn
-
- All Implemented Interfaces:
com.google.gwt.cell.client.HasCell<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry,String>,com.google.gwt.user.client.ui.HasAlignment,com.google.gwt.user.client.ui.HasHorizontalAlignment,com.google.gwt.user.client.ui.HasVerticalAlignment
public class AuditLogEntryCommentColumn extends com.google.gwt.user.cellview.client.Column<org.drools.workbench.models.datamodel.auditlog.AuditLogEntry,String>
A column for Audit Log User comments NOTE: BZ-996942: Replace input text for a textarea element, allows comments more legible and putting a helper placeholder.
-
-
Constructor Summary
Constructors Constructor Description AuditLogEntryCommentColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue(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 String getValue(org.drools.workbench.models.datamodel.auditlog.AuditLogEntry object)
-
-