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

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

Introduction

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

Usage

From source file com.evolveum.midpoint.web.component.DropDownMultiChoice.java

/**
 * @author lazyman
 */
public class DropDownMultiChoice<T> extends ListMultipleChoice<T> {

    public static final String FUNC_BUTTON_TEXT = "buttonText";

From source file com.googlecode.wicket.kendo.ui.form.multiselect.MultiSelect.java

/**
 * Provides a Kendo UI MultiSelect widget. It extends built-in {@link ListMultipleChoice}<br/>
 *
 * @author Sebastien Briquet - sebfz1
 *
 * @param <T> the model object type

From source file com.servoy.j2db.server.headlessclient.dataui.WebDataListBox.java

/**
 * Represents a single/multiple choice list field in the web browser.
 *
 * @author lvostinar
 *
 */

From source file gr.abiss.calipso.wicket.components.formfields.CheckBoxMultipleChoice.java

/**
 * custom multo select list / check box control that
 * is scrollable and selected entries "float" to the top
 */
public class CheckBoxMultipleChoice extends ListMultipleChoice {

From source file gr.interamerican.wicket.bo2.markup.html.form.MultipleChoiceForEntry.java

/**
 * A multiple choice list component for {@link TranslatableEntry} objects.
 * 
 * This implementation will print the translation for the language 
 * of the current session.
 * 

From source file info.jtrac.wicket.JtracCheckBoxMultipleChoice.java

/**
 * custom multo select list / check box control that
 * is scrollable and selected entries "float" to the top
 */
public class JtracCheckBoxMultipleChoice extends ListMultipleChoice {

From source file jp.go.nict.langrid.management.web.view.page.language.resource.admin.component.ResourceMetaAttributeListMultipleChoice.java

/**
 * 
 * 
 * @author Masaaki Kamiya
 * @author $Author$
 * @version $Revision$

From source file jp.go.nict.langrid.management.web.view.page.language.service.admin.component.choice.ServiceMetaAttributeListMultipleChoice.java

/**
 * 
 * 
 * @author Masaaki Kamiya
 * @author $Author$
 * @version $Revision$

From source file main.java.info.jtrac.wicket.JtracCheckBoxMultipleChoice.java

/**
 * custom multo select list / check box control that
 * is scrollable and selected entries "float" to the top
 */
public class JtracCheckBoxMultipleChoice extends ListMultipleChoice {

From source file org.geoserver.security.web.user.UserGroupListMultipleChoice.java

/**
 * List multiple choice widget for {@Link GeoServerUserGroup}.
 * 
 * @author Justin Deoliveira, OpenGeo
 */
public class UserGroupListMultipleChoice extends ListMultipleChoice<GeoServerUserGroup> {