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
Constructors Constructor Description NewItemActionEvent(T item, int index, AjaxRequestTarget target)
NewItemActionEvent(T item, AjaxRequestTarget target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventDescription()
int
getIndex()
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AjaxWizard.NewItemEvent
forceModalPanel, getItem, getModalPanel, getTarget, getTitleModel, setTitleModel
-
-
-
-
Constructor Detail
-
NewItemActionEvent
public NewItemActionEvent(T item, AjaxRequestTarget target)
-
NewItemActionEvent
public NewItemActionEvent(T item, int index, AjaxRequestTarget target)
-
-
Method Detail
-
getIndex
public int getIndex()
-
getEventDescription
public String getEventDescription()
- Specified by:
getEventDescription
in classAjaxWizard.NewItemEvent<T extends Serializable>
-
-