public class WorkflowAttachmentDeleteActionRenderer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
LABEL_WORKFLOW_ATTACHMENT_ACTION_DELETE |
protected static java.lang.String |
NO_ICON |
| Constructor and Description |
|---|
WorkflowAttachmentDeleteActionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Predicate<WorkflowItemAttachmentModel> |
getActionPredicate() |
java.util.function.Consumer |
getWorkflowAttachmentDeleteActionExecutor() |
void |
render(Menupopup menupopup,
ListColumn configuration,
WorkflowItemAttachmentModel workflowAttachment,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
void |
setActionPredicate(java.util.function.Predicate<WorkflowItemAttachmentModel> actionPredicate) |
void |
setWorkflowAttachmentDeleteActionExecutor(java.util.function.Consumer workflowAttachmentDeleteActionExecutor) |
protected static final java.lang.String LABEL_WORKFLOW_ATTACHMENT_ACTION_DELETE
protected static final java.lang.String NO_ICON
public WorkflowAttachmentDeleteActionRenderer()
public void render(Menupopup menupopup,
ListColumn configuration,
WorkflowItemAttachmentModel workflowAttachment,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
protected java.util.function.Predicate<WorkflowItemAttachmentModel> getActionPredicate()
public void setActionPredicate(java.util.function.Predicate<WorkflowItemAttachmentModel> actionPredicate)
public java.util.function.Consumer getWorkflowAttachmentDeleteActionExecutor()
public void setWorkflowAttachmentDeleteActionExecutor(java.util.function.Consumer workflowAttachmentDeleteActionExecutor)
Copyright © 2018 SAP SE. All Rights Reserved.