Class ViewBuilder

    • Constructor Detail

      • ViewBuilder

        public ViewBuilder()
    • Method Detail

      • markAsStartNode

        public abstract ViewBuilder markAsStartNode()
        Description copied from interface: NodeBuilder

        Mark 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.

        Specified by:
        markAsStartNode in interface NodeBuilder
        Returns:
        the builder instance