Interface IBaseActionPropsBuilder<Self extends IBaseActionPropsBuilder<Self,Props>,Props extends BaseActionProps>
-
- All Superinterfaces:
IWorkflowElementBuilder<WorkflowNode,Props>
- All Known Subinterfaces:
IChangeFormValuesBuilder
,ICreateTextFileNodeBuilder
,IEmailNodeBuilder
,IFillPdfNodeBuilder
,IHttpRequestNodeBuilder
,ISendFormRecordMessageBuilder
public interface IBaseActionPropsBuilder<Self extends IBaseActionPropsBuilder<Self,Props>,Props extends BaseActionProps> extends IWorkflowElementBuilder<WorkflowNode,Props>
Base builder for configuring aBaseActionProps
event listener.- Since:
- 8.3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Self
color(ClientOpaqueColor color)
Sets the color of the node.Self
description(String description)
Sets the description of the node.Self
icon(ClientIcon icon)
Sets the icon of the node.Self
name(String name)
Sets the name of the node.-
Methods inherited from interface de.xima.fc.workflow.processor.factory.IWorkflowElementBuilder
build, buildProps
-
-
-
-
Method Detail
-
color
Self color(ClientOpaqueColor color)
Sets the color of the node.- Parameters:
color
- The color of the node.- Returns:
- This builder for chaining methods calls.
-
description
Self description(String description)
Sets the description of the node.- Parameters:
description
- The description of the node.- Returns:
- This builder for chaining methods calls.
-
icon
Self icon(ClientIcon icon)
Sets the icon of the node.- Parameters:
icon
- The icon of the node.- Returns:
- This builder for chaining methods calls.
-
-