Uses of Interface
org.apache.tapestry.IDynamicInvoker

Packages that use IDynamicInvoker
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
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. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.link Components for creating links on the page that trigger application behavior when clicked. 
org.apache.tapestry.scriptaculous   
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Uses of IDynamicInvoker in org.apache.tapestry
 

Subinterfaces of IDynamicInvoker in org.apache.tapestry
 interface IDirect
          Interface that defines classes that may be messaged by the direct service.
 interface IForm
          A generic way to access a component which defines an HTML form (or, perhaps, other similar constructs, such as a WML Go).
 

Uses of IDynamicInvoker in org.apache.tapestry.contrib.inspector
 

Classes in org.apache.tapestry.contrib.inspector that implement IDynamicInvoker
 class ShowTemplate
          Component of the Inspectorpage used to display the ids and types of all embedded components.
 

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

Classes in org.apache.tapestry.dojo.form that implement IDynamicInvoker
 class Autocompleter
          An html field similar to a select input field that is wrapped by a dojo ComboBox widget.
 

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

Classes in org.apache.tapestry.dojo.html that implement IDynamicInvoker
 class InlineEditBox
          Wraps a dojo InlineEditBox widget.
 

Uses of IDynamicInvoker in org.apache.tapestry.engine
 

Constructors in org.apache.tapestry.engine with parameters of type IDynamicInvoker
DirectServiceParameter(IDirect direct, Object[] serviceParameters, IDynamicInvoker invoker)
           
 

Uses of IDynamicInvoker in org.apache.tapestry.form
 

Classes in org.apache.tapestry.form that implement IDynamicInvoker
 class Form
          Component which contains form element components.
 class ImageSubmit
          Used to create an image button inside a Form.
 class LinkSubmit
          Implements a component that submits its enclosing form via a JavaScript link.
 class Submit
          Implements a component that manages an HTML <input type=submit> form element.
 

Uses of IDynamicInvoker in org.apache.tapestry.link
 

Classes in org.apache.tapestry.link that implement IDynamicInvoker
 class DirectLink
          A component for creating a link using the direct service; used for actions that are not dependant on dynamic page state.
 

Uses of IDynamicInvoker in org.apache.tapestry.scriptaculous
 

Classes in org.apache.tapestry.scriptaculous that implement IDynamicInvoker
 class Suggest
          Implementation of the Ajax.Autocompleter in the form of a TextField like component with the additional ability to dynamically suggest values via XHR requests.
 

Uses of IDynamicInvoker in org.apache.tapestry.wml
 

Classes in org.apache.tapestry.wml that implement IDynamicInvoker
 class Go
          The go element declares a go task, indicating navigation to a URI.
 



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