T - Data typepublic abstract class AbstractChoiceRenderer<T> extends Object implements org.apache.wicket.markup.html.form.IChoiceRenderer<T>
IChoiceRenderer. Introduced when
migrating from Wicket 6 to Wicket 7.| Constructor and Description |
|---|
AbstractChoiceRenderer() |
| Modifier and Type | Method and Description |
|---|---|
T |
getObject(String id,
org.apache.wicket.model.IModel<? extends List<? extends T>> choices) |
Copyright © 2014–2019. All rights reserved.