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

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

Introduction

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

Usage

From source file com.antilia.web.field.impl.TableRadioChoice.java

/**
 * A choice subclass that shows choices in radio style.
 * <p>
 * Java:
 * 
 * <pre>

From source file com.userweave.components.authorization.AuthOnlyDropDownChoice.java

public class AuthOnlyDropDownChoice extends AbstractSingleSelectChoice implements IOnChangeListener, IAuthOnly {

    /**
     * If the user is authorized, render the input field,
     * else render a label.
     */

From source file com.userweave.components.authorization.AuthOnlyRadioChoice.java

@Deprecated
public class AuthOnlyRadioChoice extends AbstractSingleSelectChoice implements IOnChangeListener, IAuthOnly {
    private static final long serialVersionUID = 1L;

    //   /** suffix change record. */
    //   private class SuffixChange extends Change

From source file org.wicketstuff.html5.markup.html.form.Datalist.java

/**
 * A choice implemented as a dropdown menu/list.
 * <p>
 * Java:
 * 
 * <pre>