Example usage for org.apache.wicket.markup.html.form ListChoice subclass-usage

List of usage examples for org.apache.wicket.markup.html.form ListChoice subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.form ListChoice subclass-usage.

Usage

From source file org.patientview.radar.web.components.PatientSearchSelection.java

/**
 * User: james@solidstategroup.com
 * Date: 06/11/13
 * Time: 13:32
 */
public class PatientSearchSelection extends ListChoice<Patient> {