Package ontopoly.utils
Class TopicChoiceRenderer<T extends Topic>
- java.lang.Object
-
- ontopoly.utils.TopicChoiceRenderer<T>
-
- All Implemented Interfaces:
Serializable,org.apache.wicket.IClusterable,org.apache.wicket.markup.html.form.IChoiceRenderer<T>
public class TopicChoiceRenderer<T extends Topic> extends Object implements org.apache.wicket.markup.html.form.IChoiceRenderer<T>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TopicChoiceRenderer<Topic>INSTANCE
-
Constructor Summary
Constructors Constructor Description TopicChoiceRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetDisplayValue(Topic object)StringgetIdValue(Topic object, int index)protected TopicgetTopic(Object object)
-
-
-
Field Detail
-
INSTANCE
public static final TopicChoiceRenderer<Topic> INSTANCE
-
-