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

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

Introduction

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

Usage

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

/**
 * Provides a Kendo UI NumericTextBox on the built-in {@link org.apache.wicket.markup.html.form.NumberTextField}
 *
 * @param <T> the model object type
 * @author Sebastien Briquet - sebfz1
 *

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

/**
 * NumberTextField implementation that provides some custom convenience functionality.
 * 
 * @param <N> The specific number type
 */
public class NumberField<N extends Number & Comparable<N>> extends NumberTextField<N> {