Class QNameChoiceRenderer
- java.lang.Object
-
- com.evolveum.midpoint.web.component.input.QNameChoiceRenderer
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.markup.html.form.IChoiceRenderer<QName>,org.apache.wicket.model.IDetachable,org.apache.wicket.util.io.IClusterable
@Deprecated public class QNameChoiceRenderer extends Object implements org.apache.wicket.markup.html.form.IChoiceRenderer<QName>
Deprecated.This renderer shouldn't be used unless absolutely necessary. Think twice whether you needQNamein your dropdown, because it's hard to translateQNamevalues.Most of the time
ObjectTypesand such should be used.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QNameChoiceRenderer()Deprecated.QNameChoiceRenderer(boolean usePrefix)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetDisplayValue(QName object)Deprecated.StringgetIdValue(QName object, int index)Deprecated.QNamegetObject(String id, org.apache.wicket.model.IModel<? extends List<? extends QName>> choices)Deprecated.
-
-
-
Method Detail
-
getObject
public QName getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends QName>> choices)
Deprecated.- Specified by:
getObjectin interfaceorg.apache.wicket.markup.html.form.IChoiceRenderer<QName>
-
getDisplayValue
public Object getDisplayValue(QName object)
Deprecated.- Specified by:
getDisplayValuein interfaceorg.apache.wicket.markup.html.form.IChoiceRenderer<QName>
-
-