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

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

Introduction

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

Usage

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

/**
 * Provides a {@link org.apache.wicket.markup.html.form.EmailTextField} with the Kendo-ui style<br/>
 * <br/>
 * <b>Note:</b> {@link EmailTextField} 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.
 *