Uses of Interface
org.apache.tapestry.Translator

Packages that use Translator
org.apache.tapestry   
org.apache.tapestry.internal.services   
org.apache.tapestry.internal.translator   
org.apache.tapestry.services   
org.apache.tapestry.test   
 

Uses of Translator in org.apache.tapestry
 

Methods in org.apache.tapestry with parameters of type Translator
 Object FieldValidationSupport.parseClient(String clientValue, ComponentResources componentResources, Translator translator, NullFieldStrategy nullFieldStrategy)
          A wrapper around parseClient(String, org.apache.tapestry.ioc.Messages).
 String FieldValidationSupport.toClient(Object value, ComponentResources componentResources, Translator translator, NullFieldStrategy nullFieldStrategy)
          A wrapper around toClient(Object) that first fires a "toclient" event on the component to see if it can perform the conversion.
 

Uses of Translator in org.apache.tapestry.internal.services
 

Methods in org.apache.tapestry.internal.services that return Translator
 Translator ComponentDefaultProviderImpl.defaultTranslator(String parameterName, ComponentResources resources)
           
 Translator TranslatorSourceImpl.findByType(Class valueType)
           
 Translator TranslatorSourceImpl.get(String name)
           
 Translator TranslatorSourceImpl.getByType(Class valueType)
           
 

Methods in org.apache.tapestry.internal.services with parameters of type Translator
 Object FieldValidationSupportImpl.parseClient(String clientValue, ComponentResources componentResources, Translator translator, NullFieldStrategy nullFieldStrategy)
           
 String FieldValidationSupportImpl.toClient(Object value, ComponentResources componentResources, Translator translator, NullFieldStrategy nullFieldStrategy)
           
 

Constructor parameters in org.apache.tapestry.internal.services with type arguments of type Translator
TranslatorSourceImpl(Map<String,Translator> translators)
           
 

Uses of Translator in org.apache.tapestry.internal.translator
 

Classes in org.apache.tapestry.internal.translator that implement Translator
 class ByteTranslator
           
 class DoubleTranslator
           
 class FloatTranslator
           
 class IntegerTranslator
          A translator for type integer.
 class LongTranslator
          A translator for type long.
 class StringTranslator
           
 

Uses of Translator in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return Translator
 Translator ComponentDefaultProvider.defaultTranslator(String parameterName, ComponentResources resources)
          Provides a translator based on the bound parameter type, if possible.
 Translator TranslatorSource.findByType(Class valueType)
          Finds a Translator that is appropriate to the given type, which is usually obtained via Binding.getBindingType().
 Translator TranslatorSource.get(String name)
          Returns the translator with the given logical name.
 Translator TranslatorSource.getByType(Class valueType)
          Finds a Translator that is appropriate to the given type, which is usually obtained via Binding.getBindingType().
 Translator PropertyEditContext.getTranslator()
          Returns the translator appropriate for the field (this is based on the property type).
 

Method parameters in org.apache.tapestry.services with type arguments of type Translator
static void TapestryModule.contributeTranslatorSource(MappedConfiguration<String,Translator> configuration)
          Contributes the basic set of named translators: string byte integer long float double
 

Uses of Translator in org.apache.tapestry.test
 

Methods in org.apache.tapestry.test that return Translator
protected  Translator TapestryTestCase.mockTranslator()
           
 



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