|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDirect | |
---|---|
org.apache.tapestry | Tapestry is a comprehensive web application framework, written in Java. |
org.apache.tapestry.callback | Provides implementations of callbacks, objects that encapsulate a server request that is deferred, typically to allow a user to login or otherwise authenticate before proceeding with some other activity. |
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 IDirect in org.apache.tapestry |
---|
Subinterfaces of IDirect in org.apache.tapestry | |
---|---|
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 IDirect in org.apache.tapestry.callback |
---|
Constructors in org.apache.tapestry.callback with parameters of type IDirect | |
---|---|
DirectCallback(IDirect component,
Object[] parameters)
Creates a new DirectCallback for the component. |
Uses of IDirect in org.apache.tapestry.contrib.inspector |
---|
Classes in org.apache.tapestry.contrib.inspector that implement IDirect | |
---|---|
class |
ShowTemplate
Component of the Inspector page used to display the ids and types of all embedded
components. |
Uses of IDirect in org.apache.tapestry.dojo.form |
---|
Classes in org.apache.tapestry.dojo.form that implement IDirect | |
---|---|
class |
Autocompleter
An html field similar to a select input field that
is wrapped by a dojo ComboBox widget. |
Uses of IDirect in org.apache.tapestry.dojo.html |
---|
Classes in org.apache.tapestry.dojo.html that implement IDirect | |
---|---|
class |
InlineEditBox
Wraps a dojo InlineEditBox widget. |
Uses of IDirect in org.apache.tapestry.engine |
---|
Methods in org.apache.tapestry.engine that return IDirect | |
---|---|
IDirect |
DirectServiceParameter.getDirect()
|
Methods in org.apache.tapestry.engine with parameters of type IDirect | |
---|---|
protected void |
DirectService.triggerComponent(IRequestCycle cycle,
IDirect direct,
Object[] parameters)
|
Constructors in org.apache.tapestry.engine with parameters of type IDirect | |
---|---|
DirectServiceParameter(IDirect direct)
|
|
DirectServiceParameter(IDirect direct,
Object[] serviceParameters)
|
|
DirectServiceParameter(IDirect direct,
Object[] serviceParameters,
IDynamicInvoker invoker)
|
Uses of IDirect in org.apache.tapestry.form |
---|
Classes in org.apache.tapestry.form that implement IDirect | |
---|---|
class |
Form
Component which contains form element components. |
Uses of IDirect in org.apache.tapestry.link |
---|
Classes in org.apache.tapestry.link that implement IDirect | |
---|---|
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 IDirect in org.apache.tapestry.scriptaculous |
---|
Classes in org.apache.tapestry.scriptaculous that implement IDirect | |
---|---|
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 IDirect in org.apache.tapestry.wml |
---|
Classes in org.apache.tapestry.wml that implement IDirect | |
---|---|
class |
Go
The go element declares a go task, indicating navigation to a URI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |