Package org.patternfly.component.wizard
Class Wizard
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,Wizard>
-
- org.patternfly.component.wizard.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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Wizardadd()WizardaddFoo()WizardariaLabel(String label)voiddoSomething()Stringgetter()WizardmethodsReturningAReferenceToItself()WizardonFoo(ComponentHandler<Wizard> handler)Wizardthat()static Wizardwizard()-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
wizard
public static Wizard wizard()
-
addFoo
public Wizard addFoo()
-
add
public Wizard add()
-
methodsReturningAReferenceToItself
public Wizard methodsReturningAReferenceToItself()
-
that
public Wizard that()
-
onFoo
public Wizard onFoo(ComponentHandler<Wizard> handler)
-
doSomething
public void doSomething()
-
getter
public String getter()
-
-