Class AnySelectionDirectoryPanel.ItemSelection<T extends AnyTO>
- java.lang.Object
-
- org.apache.syncope.client.console.panels.search.AnySelectionDirectoryPanel.ItemSelection<T>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AnySelectionDirectoryPanel<A extends AnyTO,E extends AbstractAnyRestClient<A>>
public static class AnySelectionDirectoryPanel.ItemSelection<T extends AnyTO> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemSelection(AjaxRequestTarget target, T usr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getSelection()
AjaxRequestTarget
getTarget()
-
-
-
Constructor Detail
-
ItemSelection
public ItemSelection(AjaxRequestTarget target, T usr)
-
-
Method Detail
-
getTarget
public AjaxRequestTarget getTarget()
-
getSelection
public T getSelection()
-
-