Interface IWorkflowBpmnLayoutIdOptionsBuilder<Self extends IWorkflowBpmnLayoutIdOptionsBuilder<Self>>
-
- Type Parameters:
Self
- The type of the builder itself.
- All Known Subinterfaces:
IWorkflowBpmnLayoutAlignAtAxisBuilder
,IWorkflowBpmnLayoutAlignAtPortsBuilder
,IWorkflowBpmnLayoutPadBuilder
public interface IWorkflowBpmnLayoutIdOptionsBuilder<Self extends IWorkflowBpmnLayoutIdOptionsBuilder<Self>>
Builder for layouts that allow setting an ID used as the value to identify the item.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Self
id(String id)
Sets the ID for the alignment item.
-