Package org.patternfly.component
Class Wizard
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,Wizard>
-
- org.patternfly.component.Wizard
-
- All Implemented Interfaces:
Container<HTMLDivElement,Wizard>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,Wizard>,HasHTMLElement<HTMLDivElement,Wizard>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,Wizard>,Component
@Deprecated public class Wizard extends BaseComponent<HTMLDivElement,Wizard>
Deprecated.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 Deprecated Methods Modifier and Type Method Description Wizardthat()Deprecated.static Wizardwizard()Deprecated.Factory method to create a new instance of this component.-
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, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-