Example usage for org.apache.wicket.extensions.model AbstractCheckBoxModel subclass-usage

List of usage examples for org.apache.wicket.extensions.model AbstractCheckBoxModel subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.model AbstractCheckBoxModel subclass-usage.

Usage

From source file nl.belastingdienst.web.cim.web.utils.CheckBoxModel.java

/**
 * A model for checkboxes that represent a more-than-one-selection.
 * 
 * @author ivaynberg
 * 
 */

From source file org.bindgen.wicket.phonebook.web.CheckBoxModel.java

/**
 * A model for checkboxes that represent a more-than-one-selection.
 *
 * @author ivaynberg
 *
 */

From source file org.obiba.onyx.quartz.core.wicket.layout.impl.standard.QuestionCategoryCheckBoxModel.java

/**
 * Class for storing category selections in case of a multiple choice question.
 */
public class QuestionCategoryCheckBoxModel extends AbstractCheckBoxModel {

    private static final long serialVersionUID = 1L;

From source file wicket.contrib.phonebook.web.CheckBoxModel.java

/**
 * A model for checkboxes that represent a more-than-one-selection.
 * 
 * @author ivaynberg
 * 
 */

From source file za.org.rfm.web.memberdata.CheckBoxModel.java

/**
 * A model for checkboxes that represent a more-than-one-selection.
 * 
 * @author ivaynberg
 * 
 */