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 Object
getDisplayValue(Topic object)
String
getIdValue(Topic object, int index)
protected Topic
getTopic(Object object)
-
-
-
Field Detail
-
INSTANCE
public static final TopicChoiceRenderer<Topic> INSTANCE
-
-