public abstract class ViewBuilder extends Object implements NodeBuilder
Create a view node in the current Flow.
| Constructor and Description |
|---|
ViewBuilder() |
public abstract ViewBuilder markAsStartNode()
NodeBuilderMark this node as the start node in the flow. Any other node that had been marked as the start node will no longer be the start node.
markAsStartNode in interface NodeBuilder