Class Wizard

All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,Wizard>, ElementClassListMethods<HTMLElement,Wizard>, ElementConsumerMethods<HTMLElement,Wizard>, ElementContainerMethods<HTMLElement,Wizard>, ElementEventMethods<HTMLElement,Wizard>, ElementIdMethods<HTMLElement,Wizard>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement,Wizard>, HTMLElementDataMethods<HTMLElement,Wizard>, HTMLElementStyleMethods<HTMLElement,Wizard>, HTMLElementVisibilityMethods<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(org.patternfly.handler.ComponentHandler<Wizard> handler)
    • doSomething

      public void doSomething()
    • getter

      public String getter()