Package org.apache.tapestry.dojo.form

Form related components that are wrapped by dojo widgets.

See:
          Description

Interface Summary
IAutocompleteModel Defines the interface used by the Autocompleter component to filter and match values from a potentially large data set.
IFormWidget Represents an html input field managed by a dojo widget.
 

Class Summary
AbstractFormWidget Represents a dojo widget that manages an html form input field.
Autocompleter An html field similar to a select input field that is wrapped by a dojo ComboBox widget.
DefaultAutocompleteModel Default simple implementation of IAutocompleteModel.
DropdownDatePicker Implementation of the dojo DropdownDatePicker widget as a tapestry component.
DropdownTimePicker Implementation of the dojo DropdownTimePicker widget as a tapestry component.
GTimePicker Implementation of an html form input field that has a dynamic drop down selection list of time segments displayed in the IPage's Locale.
 

Package org.apache.tapestry.dojo.form Description

Form related components that are wrapped by dojo widgets.

Author:
Jesse Kuhnert jkuhnert@apache.org


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