public class TaskCellRenderer extends java.lang.Object implements CellRenderer
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ACTIONROW_SCLASS |
protected static java.lang.String |
ADD_COMMENT_SCLASS |
protected static java.lang.String |
COMMENT_AUTOMATED_SCLASS |
protected static java.lang.String |
COMMENT_HEADER_SCLASS |
protected static java.lang.String |
COMMENT_SCLASS |
| Constructor and Description |
|---|
TaskCellRenderer(ColumnConfiguration colConf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDecideAction(WorkflowActionModel action,
WorkflowDecisionModel decision,
TableModel model,
Component parent) |
protected TypeService |
getTypeService() |
WorkflowService |
getWorkflowService()
Deprecated.
since 6.3
|
void |
render(TableModel model,
int colIndex,
int rowIndex,
Component parent)
Renders the cell content of the cell at position (
colIndex, rowIndex). |
protected void |
renderActionRow(TypedObject task,
TableModel model,
Div container,
Component parent,
Div commentsDiv) |
protected void |
renderComments(TypedObject task,
Div commentsDiv) |
protected void |
renderDecisionDropDown(Div actionRowDiv,
Component parent,
TableModel model,
java.util.Collection<WorkflowDecisionModel> decisions,
TypedObject task) |
protected void |
renderGotoItem(Div actionRowDiv,
TableModel model,
TypedObject task) |
protected static final java.lang.String ACTIONROW_SCLASS
protected static final java.lang.String ADD_COMMENT_SCLASS
protected static final java.lang.String COMMENT_SCLASS
protected static final java.lang.String COMMENT_AUTOMATED_SCLASS
protected static final java.lang.String COMMENT_HEADER_SCLASS
public TaskCellRenderer(ColumnConfiguration colConf)
public void render(TableModel model, int colIndex, int rowIndex, Component parent)
CellRenderercolIndex, rowIndex).render in interface CellRenderermodel - the underlying table model containing information about the cell that is to be renderedcolIndex - zero based column index of the cell to be renderedrowIndex - zero based row index of the cell to be renderedparent - the parent component that will contain the view components created by the rendererprotected void renderActionRow(TypedObject task, TableModel model, Div container, Component parent, Div commentsDiv)
protected void renderGotoItem(Div actionRowDiv,
TableModel model,
TypedObject task)
protected void renderDecisionDropDown(Div actionRowDiv,
Component parent,
TableModel model,
java.util.Collection<WorkflowDecisionModel> decisions,
TypedObject task)
protected void doDecideAction(WorkflowActionModel action, WorkflowDecisionModel decision, TableModel model, Component parent)
protected void renderComments(TypedObject task, Div commentsDiv)
@Deprecated public WorkflowService getWorkflowService()
protected TypeService getTypeService()
Copyright © 2018 SAP SE. All Rights Reserved.