Uses of Interface
org.apache.tapestry5.services.FormSupport

Packages that use FormSupport
org.apache.tapestry5   
org.apache.tapestry5.corelib.base   
org.apache.tapestry5.corelib.internal   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.translator   
org.apache.tapestry5.services   
org.apache.tapestry5.test   
org.apache.tapestry5.validator   
 

Uses of FormSupport in org.apache.tapestry5
 

Methods in org.apache.tapestry5 with parameters of type FormSupport
 void Validator.render(Field field, C constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport)
          Hook used by components to allow the validator to contribute additional attributes or (more often) client-side JavaScript (via the addValidation(Field, String, String, Object)).
 void Translator.render(Field field, String message, MarkupWriter writer, FormSupport formSupport)
          Hook used by components to allow the validator to contribute additional attributes or (more often) client-side JavaScript (via the addValidation(Field, String, String, Object)).
 

Uses of FormSupport in org.apache.tapestry5.corelib.base
 

Methods in org.apache.tapestry5.corelib.base with parameters of type FormSupport
protected  void AbstractField.setFormSupport(FormSupport formSupport)
           
 

Uses of FormSupport in org.apache.tapestry5.corelib.internal
 

Subinterfaces of FormSupport in org.apache.tapestry5.corelib.internal
 interface InternalFormSupport
          Additional methods for FormSupport used internally by Tapestry.
 

Classes in org.apache.tapestry5.corelib.internal that implement FormSupport
 class FormSupportAdapter
          An implementation of FormSupport that delegates all behavior to another instance of FormSupport.
 class FormSupportImpl
          Provides support to components enclosed by a form when the form is rendering (allowing the components to registry form submit callback commands), and also during form submission time.
 

Constructors in org.apache.tapestry5.corelib.internal with parameters of type FormSupport
FormSupportAdapter(FormSupport delegate)
           
 

Uses of FormSupport in org.apache.tapestry5.internal.services
 

Constructors in org.apache.tapestry5.internal.services with parameters of type FormSupport
FieldTranslatorImpl(Field field, Translator<T> translator, MessageFormatter formatter, FormSupport formSupport)
           
FieldTranslatorSourceImpl(TranslatorSource translatorSource, ValidationMessagesSource validationMessagesSource, FormSupport formSupport)
           
FieldValidatorImpl(Field field, Object constraintValue, MessageFormatter messageFormatter, Validator validator, FormSupport formSupport)
           
FieldValidatorSourceImpl(ValidationMessagesSource messagesSource, TypeCoercer typeCoercer, FormSupport formSupport, Map<String,Validator> validators)
           
 

Uses of FormSupport in org.apache.tapestry5.internal.translator
 

Methods in org.apache.tapestry5.internal.translator with parameters of type FormSupport
 void DecimalNumberTranslator.render(Field field, String message, MarkupWriter writer, FormSupport formSupport)
           
 void IntegerNumberTranslator.render(Field field, String message, MarkupWriter writer, FormSupport formSupport)
           
 void StringTranslator.render(Field field, String message, MarkupWriter writer, FormSupport formSupport)
          Does nothing.
 

Uses of FormSupport in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return FormSupport
 FormSupport TapestryModule.buildFormSupport()
          Builds a proxy to the current FormSupport inside this thread's Environment.
 

Uses of FormSupport in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return FormSupport
protected  FormSupport TapestryTestCase.mockFormSupport()
           
 

Methods in org.apache.tapestry5.test with parameters of type FormSupport
protected  void TapestryTestCase.train_getFormComponentId(FormSupport formSupport, String componentId)
           
protected  void TapestryTestCase.train_getFormValidationId(FormSupport formSupport, String validationId)
           
 

Uses of FormSupport in org.apache.tapestry5.validator
 

Methods in org.apache.tapestry5.validator with parameters of type FormSupport
 void MaxLength.render(Field field, Integer constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport)
           
 void MinLength.render(Field field, Integer constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport)
           
 void Max.render(Field field, Long constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport)
           
 void Min.render(Field field, Long constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport)
           
 void Regexp.render(Field field, Pattern constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport)
           
 void Required.render(Field field, Void constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport)
           
 void Email.render(Field field, Void constraintValue, MessageFormatter formatter, MarkupWriter markupWriter, FormSupport formSupport)
           
 



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