Uses of Interface
com.evolveum.midpoint.gui.api.component.wizard.WizardListener
-
Packages that use WizardListener Package Description com.evolveum.midpoint.gui.api.component.wizard com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction -
-
Uses of WizardListener in com.evolveum.midpoint.gui.api.component.wizard
Classes in com.evolveum.midpoint.gui.api.component.wizard that implement WizardListener Modifier and Type Class Description class
WizardHeader
Created by Viliam Repan (lazyman).class
WizardPanel
Created by Viliam Repan (lazyman).Methods in com.evolveum.midpoint.gui.api.component.wizard with parameters of type WizardListener Modifier and Type Method Description void
WizardModel. addWizardListener(@NotNull WizardListener listener)
void
WizardModel. removeWizardListener(@NotNull WizardListener listener)
-
Uses of WizardListener in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Classes in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction that implement WizardListener Modifier and Type Class Description class
ConstructionResourceObjectTypeStepPanel<AR extends AbstractRoleType>
-