Uses of Class
org.apache.wicket.markup.html.form.NumberTextField

Packages that use NumberTextField
org.apache.wicket.markup.html.form HTML Forms and form components. 
 

Uses of NumberTextField in org.apache.wicket.markup.html.form
 

Subclasses of NumberTextField in org.apache.wicket.markup.html.form
 class RangeTextField<N extends Number & Comparable<N>>
          A TextField for HTML5 <input> with type range.
 

Methods in org.apache.wicket.markup.html.form that return NumberTextField
 NumberTextField<N> NumberTextField.setMaximum(N maximum)
          Sets the maximum allowed value
 NumberTextField<N> NumberTextField.setMinimum(N minimum)
          Sets the minimum allowed value
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.