Uses of Interface
org.apache.tapestry.form.ValidationMessages

Packages that use ValidationMessages
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 ValidationMessages in org.apache.tapestry.form
 

Subinterfaces of ValidationMessages in org.apache.tapestry.form
 interface FormComponentContributorContext
          Object that provides support to objects that implement FormComponentContributor.
 

Classes in org.apache.tapestry.form that implement ValidationMessages
 class FormComponentContributorContextImpl
          Implementation of FormComponentContributorContext.
 class ValidationMessagesImpl
          Wrapper around ValidationStrings.getMessagePattern(String, Locale) and MessageFormat.format(java.lang.String, java.lang.Object[]).
 

Uses of ValidationMessages in org.apache.tapestry.form.translator
 

Methods in org.apache.tapestry.form.translator with parameters of type ValidationMessages
protected  String AbstractTranslator.buildMessage(ValidationMessages messages, IFormComponent field, String key)
           
 Object Translator.parse(IFormComponent field, ValidationMessages messages, String value)
          Invoked during rewind to parse a submitted input value into an object suitable for the specified component.
 Object AbstractTranslator.parse(IFormComponent field, ValidationMessages messages, String text)
           
protected  Object FormatTranslator.parseText(IFormComponent field, ValidationMessages messages, String text)
           
protected abstract  Object AbstractTranslator.parseText(IFormComponent field, ValidationMessages messages, String text)
           
protected  Object BigDecimalTranslator.parseText(IFormComponent field, ValidationMessages messages, String text)
           
protected  Object StringTranslator.parseText(IFormComponent field, ValidationMessages messages, String text)
           
 

Uses of ValidationMessages in org.apache.tapestry.form.validator
 

Methods in org.apache.tapestry.form.validator with parameters of type ValidationMessages
protected  String Identity.buildIdentityMessage(ValidationMessages messages, IFormComponent field, IFormComponent referent)
           
 String Required.buildMessage(ValidationMessages messages, IFormComponent field)
           
protected  String MaxLength.buildMessage(ValidationMessages messages, IFormComponent field)
           
protected  String MinLength.buildMessage(ValidationMessages messages, IFormComponent field)
           
 void Max.validate(IFormComponent field, ValidationMessages messages, Object object)
          Does comparison based on the Number.doubleValue().
 void Required.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 void MaxDate.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 void AbstractValidatorWrapper.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 void MaxLength.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 void Email.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 void MinDate.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 void Pattern.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 void MinLength.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 void Min.validate(IFormComponent field, ValidationMessages messages, Object object)
          Does comparison based on the Number.doubleValue().
 void Validator.validate(IFormComponent field, ValidationMessages messages, Object object)
          Invoked to validate input for the field.
 void Identity.validate(IFormComponent field, ValidationMessages messages, Object object)
           
 



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