Class DisplayableChoiceRenderer<T>
java.lang.Object
com.evolveum.midpoint.gui.api.util.DisplayableChoiceRenderer<T>
- All Implemented Interfaces:
- Serializable,- org.apache.wicket.markup.html.form.IChoiceRenderer<DisplayableValue<T>>,- org.apache.wicket.model.IDetachable,- org.apache.wicket.util.io.IClusterable
public class DisplayableChoiceRenderer<T>
extends Object
implements org.apache.wicket.markup.html.form.IChoiceRenderer<DisplayableValue<T>>
Created by Viliam Repan (lazyman).
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionTODO This impl doesn't look good, label should take preference, that's why it's there for...getIdValue(DisplayableValue val, int index) getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends DisplayableValue<T>>> choices) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.markup.html.form.IChoiceRendererdetach
- 
Constructor Details- 
DisplayableChoiceRendererpublic DisplayableChoiceRenderer()
 
- 
- 
Method Details- 
getDisplayValueTODO This impl doesn't look good, label should take preference, that's why it's there for...- Specified by:
- getDisplayValuein interface- org.apache.wicket.markup.html.form.IChoiceRenderer<T>
 
- 
getIdValue- Specified by:
- getIdValuein interface- org.apache.wicket.markup.html.form.IChoiceRenderer<T>
 
- 
getObjectpublic DisplayableValue<T> getObject(String id, org.apache.wicket.model.IModel<? extends List<? extends DisplayableValue<T>>> choices) - Specified by:
- getObjectin interface- org.apache.wicket.markup.html.form.IChoiceRenderer<T>
 
 
-