Uses of Interface
org.apache.tapestry.dojo.IWidget

Packages that use IWidget
org.apache.tapestry.dojo.form Form related components that are wrapped by dojo widgets. 
org.apache.tapestry.dojo.html Html related components that are wrapped by dojo widgets. 
 

Uses of IWidget in org.apache.tapestry.dojo.form
 

Subinterfaces of IWidget in org.apache.tapestry.dojo.form
 interface IFormWidget
          Represents an html input field managed by a dojo widget.
 

Classes in org.apache.tapestry.dojo.form that implement IWidget
 class AbstractFormWidget
          Represents a dojo widget that manages an html form input field.
 class Autocompleter
          An html field similar to a select input field that is wrapped by a dojo ComboBox widget.
 class DropdownDatePicker
          Implementation of the dojo DropdownDatePicker widget as a tapestry component.
 class DropdownTimePicker
          Implementation of the dojo DropdownTimePicker widget as a tapestry component.
 

Uses of IWidget in org.apache.tapestry.dojo.html
 

Classes in org.apache.tapestry.dojo.html that implement IWidget
 class FloatingPane
          Implementation of dojo's FloatingPane.
 class TitlePane
          Implementation of dojo's FloatingPane.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.