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 aBaseActionPropsevent listener.- Since:
- 8.3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Selfcolor(ClientOpaqueColor color)Sets the color of the node.Selfdescription(String description)Sets the description of the node.Selficon(ClientIcon icon)Sets the icon of the node.Selfname(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.
-
-