|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormComponentContributorContext | |
---|---|
org.apache.tapestry.contrib.palette | A powerful component for handling the very common case of moving elements from two different multi selection input boxes. |
org.apache.tapestry.form | Components for implementing basic HTML Forms. |
org.apache.tapestry.form.translator | Defines translator bindings used primarily in form component input translations. |
org.apache.tapestry.form.validator | Form validation infrastructure. |
Uses of FormComponentContributorContext in org.apache.tapestry.contrib.palette |
---|
Methods in org.apache.tapestry.contrib.palette with parameters of type FormComponentContributorContext | |
---|---|
void |
Palette.overrideContributions(Validator validator,
FormComponentContributorContext context,
IMarkupWriter writer,
IRequestCycle cycle)
Very similar to the method signature used by ValidatableFieldSupport.renderContributions(ValidatableField, IMarkupWriter, IRequestCycle) ,
with the additional parameter being the Validator that this component has chosen to override. |
Uses of FormComponentContributorContext in org.apache.tapestry.form |
---|
Classes in org.apache.tapestry.form that implement FormComponentContributorContext | |
---|---|
class |
FormComponentContributorContextImpl
Implementation of FormComponentContributorContext . |
Methods in org.apache.tapestry.form with parameters of type FormComponentContributorContext | |
---|---|
void |
ValidatableFieldExtension.overrideContributions(Validator validator,
FormComponentContributorContext context,
IMarkupWriter writer,
IRequestCycle cycle)
Very similar to the method signature used by ValidatableFieldSupport.renderContributions(ValidatableField, IMarkupWriter, IRequestCycle) ,
with the additional parameter being the Validator that this component has chosen to override. |
void |
FormComponentContributor.renderContribution(IMarkupWriter writer,
IRequestCycle cycle,
FormComponentContributorContext context,
IFormComponent field)
Invoked by a form component after it finishes rendering its tag (but before the tag is closed) to allow this object to contribute to the component's rendering process. |
void |
AbstractFormComponentContributor.renderContribution(IMarkupWriter writer,
IRequestCycle cycle,
FormComponentContributorContext context,
IFormComponent field)
|
Uses of FormComponentContributorContext in org.apache.tapestry.form.translator |
---|
Methods in org.apache.tapestry.form.translator with parameters of type FormComponentContributorContext | |
---|---|
void |
DateTranslator.renderContribution(IMarkupWriter writer,
IRequestCycle cycle,
FormComponentContributorContext context,
IFormComponent field)
Invoked by a form component after it finishes rendering its tag (but before the tag is closed) to allow this object to contribute to the component's rendering process. |
void |
AbstractTranslator.renderContribution(IMarkupWriter writer,
IRequestCycle cycle,
FormComponentContributorContext context,
IFormComponent field)
|
void |
NumberTranslator.renderContribution(IMarkupWriter writer,
IRequestCycle cycle,
FormComponentContributorContext context,
IFormComponent field)
|
Uses of FormComponentContributorContext in org.apache.tapestry.form.validator |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |