Java org.apache.wicket.markup.html.form AbstractChoice fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.form AbstractChoice fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.form AbstractChoice.

The text is from its open source code.

Method

IChoiceRenderergetChoiceRenderer()
ListgetChoices()
AbstractChoicesetChoices(IModel> choices)
Sets the list of choices
AbstractChoicesetChoices(List choices)
Sets the list of choices.