Class RealmChoicePanel.ChosenRealm<T>
- java.lang.Object
-
- org.apache.syncope.client.console.panels.RealmChoicePanel.ChosenRealm<T>
-
- Enclosing class:
- RealmChoicePanel
public static class RealmChoicePanel.ChosenRealm<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected T
obj
protected AjaxRequestTarget
target
-
Constructor Summary
Constructors Constructor Description ChosenRealm(T obj, AjaxRequestTarget target)
-
-
-
Field Detail
-
target
protected final AjaxRequestTarget target
-
obj
protected final T obj
-
-
Constructor Detail
-
ChosenRealm
public ChosenRealm(T obj, AjaxRequestTarget target)
-
-
Method Detail
-
getObj
public T getObj()
-
getTarget
public AjaxRequestTarget getTarget()
-
-