Class MapChoiceRenderer
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.MapChoiceRenderer
-
- All Implemented Interfaces:
Serializable
,IChoiceRenderer<String>
,IDetachable
,IClusterable
public class MapChoiceRenderer extends Object implements IChoiceRenderer<String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapChoiceRenderer(Map<String,String> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDisplayValue(String key)
String
getIdValue(String key, int index)
String
getObject(String id, IModel<? extends List<? extends String>> choices)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.markup.html.form.IChoiceRenderer
detach
-
-
-
-
Method Detail
-
getDisplayValue
public Object getDisplayValue(String key)
- Specified by:
getDisplayValue
in interfaceIChoiceRenderer<String>
-
getIdValue
public String getIdValue(String key, int index)
- Specified by:
getIdValue
in interfaceIChoiceRenderer<String>
-
-