Class ObjectReferenceChoiceRenderer
java.lang.Object
com.evolveum.midpoint.web.component.input.ObjectReferenceChoiceRenderer
- All Implemented Interfaces:
Serializable
,org.apache.wicket.markup.html.form.IChoiceRenderer<ObjectReferenceType>
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
public class ObjectReferenceChoiceRenderer
extends Object
implements org.apache.wicket.markup.html.form.IChoiceRenderer<ObjectReferenceType>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDisplayValue
(ObjectReferenceType object) getIdValue
(ObjectReferenceType object, int index) getObject
(String id, org.apache.wicket.model.IModel<? extends List<? extends ObjectReferenceType>> 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
-
Constructor Details
-
ObjectReferenceChoiceRenderer
-
-
Method Details
-
getObject
public ObjectReferenceType getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends ObjectReferenceType>> choices) - Specified by:
getObject
in interfaceorg.apache.wicket.markup.html.form.IChoiceRenderer<ObjectReferenceType>
-
getDisplayValue
- Specified by:
getDisplayValue
in interfaceorg.apache.wicket.markup.html.form.IChoiceRenderer<ObjectReferenceType>
-
getIdValue
- Specified by:
getIdValue
in interfaceorg.apache.wicket.markup.html.form.IChoiceRenderer<ObjectReferenceType>
-