|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormSupport | |
---|---|
org.apache.tapestry.form | Components for implementing basic HTML Forms. |
org.apache.tapestry.internal.event | Event related internal classes only. |
org.apache.tapestry.internal.event.impl | Event related internal classes only. |
org.apache.tapestry.wml | Classes and components for main elements of the Wireless Markup Language (WML 1.2). |
Uses of FormSupport in org.apache.tapestry.form |
---|
Classes in org.apache.tapestry.form that implement FormSupport | |
---|---|
class |
FormSupportImpl
Encapsulates most of the behavior of a Form component. |
class |
MultipleFormSupport
A FormSupport implementation that can work when a form is
included multiple times in a given page ( due to it being in a loop
or in a component that's included many times in the page). |
Methods in org.apache.tapestry.form that return FormSupport | |
---|---|
FormSupport |
FormSupportFactory.createFormSupport(IMarkupWriter writer,
IRequestCycle cycle,
IForm form)
Invoked every time an IForm is rendering in order to obtain a
FormSupport instance to support and manage the process. |
FormSupport |
FormSupportFactoryImpl.createFormSupport(IMarkupWriter writer,
IRequestCycle cycle,
IForm form)
|
FormSupport |
MultipleFormSupportFactory.createFormSupport(IMarkupWriter writer,
IRequestCycle cycle,
IForm form)
|
protected FormSupport |
Form.newFormSupport(IMarkupWriter writer,
IRequestCycle cycle)
Returns a new instance of FormSupportImpl . |
Uses of FormSupport in org.apache.tapestry.internal.event |
---|
Methods in org.apache.tapestry.internal.event with parameters of type FormSupport | |
---|---|
void |
IComponentEventInvoker.invokeFormListeners(FormSupport formSupport,
IRequestCycle cycle,
BrowserEvent event)
Causes the configured listeners for the passed FormSupport 's IForm to
be invoked, if mapped to this request/event. |
Uses of FormSupport in org.apache.tapestry.internal.event.impl |
---|
Methods in org.apache.tapestry.internal.event.impl with parameters of type FormSupport | |
---|---|
void |
ComponentEventInvoker.invokeFormListeners(FormSupport formSupport,
IRequestCycle cycle,
BrowserEvent event)
Causes the configured listeners for the passed FormSupport 's IForm to
be invoked, if mapped to this request/event. |
Uses of FormSupport in org.apache.tapestry.wml |
---|
Classes in org.apache.tapestry.wml that implement FormSupport | |
---|---|
class |
GoFormSupportImpl
Subclass of FormSupportImpl that
adjusts the output markup to conform to WML. |
Methods in org.apache.tapestry.wml that return FormSupport | |
---|---|
FormSupport |
GoFormSupportFactory.createFormSupport(IMarkupWriter writer,
IRequestCycle cycle,
IForm form)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |