Package wicket.markup.html.form

HTML Forms and form components.

See:
          Description

Interface Summary
FormComponent.IVisitor Typesafe interface to code that is called when visiting a form component
IFormSubmitListener Listener interface that is called when a form is submitted.
IOnChangeListener Listener method for OnChange events of dropdown lists and onclick events of CheckBoxes and RadioChoice components.
 

Class Summary
Button A form button.
CheckBox HTML checkbox input component.
DropDownChoice A choice implemented as a dropdown menu/list.
Form Base class for forms.
FormComponent An html form component knows how to validate itself.
ImageButton A button which renders itself as an image button resource.
ListChoice Essentially a drop down choice that doesn't drop down.
ListMultipleChoice A multiple choice list component.
PasswordTextField A password text field component.
RadioChoice A choice subclass that shows choices in radio style.
RequiredTextField A text field which automatically adds a RequiredValidator.
TextArea Multi-row text editing component.
TextField A simple text field.
 

Package wicket.markup.html.form Description

HTML Forms and form components.



Copyright © 2004-2005 Wicket developers. All Rights Reserved.