Uses of Class
org.patternfly.component.wizard.WizardNavItem
Packages that use WizardNavItem
Package
Description
Provides a wizard component for guiding users through a multi-step workflow.
-
Uses of WizardNavItem in org.patternfly.component.wizard
Subclasses with type arguments of type WizardNavItem in org.patternfly.component.wizardClasses in org.patternfly.component.wizard that implement interfaces with type arguments of type WizardNavItemModifier and TypeClassDescriptionclassThe navigation sidebar of aWizardcomponent.classAn individual navigation item within aWizardNav.classAn individual navigation item within aWizardNav.classAn individual navigation item within aWizardNav.classAn individual navigation item within aWizardNav.classAn individual navigation item within aWizardNav.Methods in org.patternfly.component.wizard that return WizardNavItemModifier and TypeMethodDescriptionWizardNavItem.disabled(boolean disabled) WizardNavItem.removeIcon()<T> WizardNavItemWizardNavItem.that()Methods in org.patternfly.component.wizard that return types with arguments of type WizardNavItemMethods in org.patternfly.component.wizard with parameters of type WizardNavItemModifier and TypeMethodDescriptionWizardNav.add(WizardNavItem item) This method is exposed because the class implementsHasItems.voidWizardNav.updateItem(WizardNavItem item) Method parameters in org.patternfly.component.wizard with type arguments of type WizardNavItemModifier and TypeMethodDescriptionWizardNav.onAdd(AddItemHandler<WizardNav, WizardNavItem> onAdd) WizardNav.onRemove(RemoveItemHandler<WizardNav, WizardNavItem> onRemove) WizardNav.onUpdate(UpdateItemHandler<WizardNav, WizardNavItem> onUpdate)