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

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

Introduction

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

Usage

From source file com.googlecode.wicket.kendo.ui.form.Check.java

/**
 * Provides a {@link org.apache.wicket.markup.html.form.Check} with the Kendo-ui style<br/>
 * <br/>
 * <b>Note:</b> {@link Check} is not a {@link IJQueryWidget} (no corresponding widget is supplied by Kendo UI)<br/>
 * It means that required Kendo UI dependencies (javascript/stylesheet) are not automatically added.
 *

From source file ontopoly.components.AjaxParentCheckChild.java

/**
 * Subclass of Check that notifies an AjaxParentFormChoiceComponentUpdatingBehavior when 
 * it is being rendered. This is useful when the Check is rendered via an AJAX call.
 * @author grove
 * @see AjaxParentFormChoiceComponentUpdatingBehavior
 */