Class Wizard

All Implemented Interfaces:
Container<HTMLElement,Wizard>, Finder<HTMLElement>, HasElement<HTMLElement,Wizard>, HasHTMLElement<HTMLElement,Wizard>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,Wizard>, Component

public class Wizard extends BaseComponent<HTMLElement,Wizard>
A wizard provides a guided workflow that offers a path to complete a task, create an object or objects, or finish a series of steps for some other outcome. Wizards should incite trust in the user and guide them through an otherwise overwhelming experience.
See Also:
  • Method Details

    • wizard

      public static Wizard wizard()
    • addFoo

      public Wizard addFoo()
    • add

      public Wizard add()
    • methodsReturningAReferenceToItself

      public Wizard methodsReturningAReferenceToItself()
    • that

      public Wizard that()
    • ariaLabel

      public Wizard ariaLabel(String label)
    • onFoo

      public Wizard onFoo(ComponentHandler<Wizard> handler)
    • doSomething

      public void doSomething()
    • getter

      public String getter()