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

Packages that use IWidget
org.apache.tapestry.dojo

Classes/utilities making up some of the core ajax functionality for tapestry. 

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
 

Classes in org.apache.tapestry.dojo that implement IWidget
 class AbstractWidget
          The base widget class for all dojo related widget components.
 

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.
 class 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.
 

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

Classes in org.apache.tapestry.dojo.html that implement IWidget
 class Dialog
          Implementation of dojo Dialog widget.
 class InlineEditBox
          Wraps a dojo InlineEditBox widget.
 



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