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

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

Introduction

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

Usage

From source file com.googlecode.wicket.jquery.ui.form.RadioChoice.java

/**
 * Provides jQuery radio-buttons based on the built-in RadioChoice
 *
 * @param <T> the model object type
 * @author Sebastien Briquet - sebfz1
 */

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

/**
 * Represents a multiply choice single select field in the webbrowser
 *
 * @author jcompagner
 */
public class WebDataRadioChoice extends RadioChoice implements IDisplayData, IFieldComponent, IDisplayRelatedData,

From source file jp.xet.uncommons.wicket.gp.BooleanRadioChoice.java

/**
 * TODO for daisuke
 * 
 * @since 1.0
 * @version $Id$
 * @author daisuke

From source file org.cdlflex.ui.markup.html.form.ButtonRadioChoice.java

/**
 * Bootstrap button rendering of a RadioChoice.
 * 
 * @param <T> The model object type
 */
public class ButtonRadioChoice<T> extends RadioChoice<T> {

From source file org.efaps.ui.wicket.components.values.RadioField.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 */
public class RadioField extends RadioChoice<RadioOption> implements IFieldConfig {