public class TopicChoiceRenderer<T extends Topic> extends Object implements org.apache.wicket.markup.html.form.IChoiceRenderer<T>
| Modifier and Type | Field and Description |
|---|---|
static TopicChoiceRenderer<Topic> |
INSTANCE |
| Constructor and Description |
|---|
TopicChoiceRenderer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDisplayValue(Topic object) |
String |
getIdValue(Topic object,
int index) |
protected Topic |
getTopic(Object object) |
public static final TopicChoiceRenderer<Topic> INSTANCE