Uses of Class
org.apache.syncope.client.ui.commons.wizards.AjaxWizard.NewItemEvent
-
Packages that use AjaxWizard.NewItemEvent Package Description org.apache.syncope.client.ui.commons.wizards -
-
Uses of AjaxWizard.NewItemEvent in org.apache.syncope.client.ui.commons.wizards
Subclasses of AjaxWizard.NewItemEvent in org.apache.syncope.client.ui.commons.wizards Modifier and Type Class Description static classAjaxWizard.EditItemActionEvent<T extends Serializable>static classAjaxWizard.NewItemActionEvent<T extends Serializable>static classAjaxWizard.NewItemCancelEvent<T extends Serializable>static classAjaxWizard.NewItemFinishEvent<T extends Serializable>Methods in org.apache.syncope.client.ui.commons.wizards that return AjaxWizard.NewItemEvent Modifier and Type Method Description AjaxWizard.NewItemEvent<T>AjaxWizard.NewItemEvent. forceModalPanel(WizardModalPanel<?> modalPanel)AjaxWizard.NewItemEvent<T>AjaxWizard.NewItemEvent. setTitleModel(IModel<String> titleModel)
-