Class AjaxWizard.NewItemActionEvent<T extends Serializable>
java.lang.Object
org.apache.syncope.client.ui.commons.wizards.AjaxWizard.NewItemEvent<T>
org.apache.syncope.client.ui.commons.wizards.AjaxWizard.NewItemActionEvent<T>
- Direct Known Subclasses:
AjaxWizard.EditItemActionEvent
- Enclosing class:
AjaxWizard<T extends Serializable>
public static class AjaxWizard.NewItemActionEvent<T extends Serializable>
extends AjaxWizard.NewItemEvent<T>
-
Constructor Summary
ConstructorDescriptionNewItemActionEvent
(T item, int index, AjaxRequestTarget target) NewItemActionEvent
(T item, AjaxRequestTarget target) -
Method Summary
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizard.NewItemEvent
forceModalPanel, getItem, getModalPanel, getTarget, getTitleModel, setTitleModel
-
Constructor Details
-
NewItemActionEvent
-
NewItemActionEvent
-
-
Method Details
-
getIndex
public int getIndex() -
getEventDescription
- Specified by:
getEventDescription
in classAjaxWizard.NewItemEvent<T extends Serializable>
-