Uses of Class
org.patternfly.component.wizard.Wizard
-
Packages that use Wizard Package Description org.patternfly.component.page org.patternfly.component.wizard -
-
Uses of Wizard in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Wizard Modifier and Type Method Description PageMainWizardPageMainWizard. addWizard(Wizard wizard) -
Uses of Wizard in org.patternfly.component.wizard
Methods in org.patternfly.component.wizard that return Wizard Modifier and Type Method Description WizardWizard. add()WizardWizard. addFoo()WizardWizard. ariaLabel(String label)WizardWizard. methodsReturningAReferenceToItself()WizardWizard. onFoo(ComponentHandler<Wizard> handler)WizardWizard. that()static WizardWizard. wizard()Method parameters in org.patternfly.component.wizard with type arguments of type Wizard Modifier and Type Method Description WizardWizard. onFoo(ComponentHandler<Wizard> handler)
-