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

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

Introduction

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

Usage

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

/**
 * Provides a Kendo UI MultiSelect widget.<br/>
 * This lazy version loads the list of choices asynchronously
 *
 * @author Sebastien Briquet - sebfz1
 *

From source file com.gt.debugconsole.component.ace.AceEditor.java

/**
 * 
 * @author Gbor Horvth
 */
public class AceEditor extends FormComponent<String> {

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

/**
 * html editor component, bound to YUI editor
 * @author jblok
 */
@SuppressWarnings("nls")
public class WebDataHtmlArea extends FormComponent

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

@Deprecated
public class AuthOnlyCheckBox extends FormComponent implements IOnChangeListener, IAuthOnly {

    private boolean isAuthorized = false;

    private static final long serialVersionUID = 1L;

From source file de.invesdwin.nowicket.component.palette.component.AOptions.java

/**
 * Generates html option elements based on iterator specified by getOptionsIterator() and IChoiceRender specified by the
 * palette
 * 
 * @param <T>
 * @author Igor Vaynberg ( ivaynberg )

From source file net.unbewaff.wicketcrudr.providers.editorpanel.components.AbstractOptions.java

/**
 * Generates html option elements based on iterator specified by
 * getOptionsIterator() and IChoiceRender specified by the palette 
 * Adapted to the split Palette component needed for CRUDr to work.
 * 
 * @param <T>

From source file org.wicketstuff.multitextinput.MultiTextInput.java

/**
 * <p>
 * A component which allows users to type multiple pieces of text into what looks like a text input.
 * </p>
 * <p>
 * When the user hits the enter key, the text they typed is added to the widget and the user may

From source file org.wicketstuff.selectize.Selectize.java

/**
 * Used to create a selectize.js choice component
 * 
 * @author Tobias Soloschenko
 *
 */