Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.corelib.pages |
The set of core pages available in all Tapestry applications
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
Object |
FieldValidationSupport.parseClient(String clientValue,
ComponentResources componentResources,
FieldTranslator<Object> translator,
NullFieldStrategy nullFieldStrategy)
A wrapper around
Translator.parseClient(Field, String, String) . |
String |
FieldValidationSupport.toClient(Object value,
ComponentResources componentResources,
FieldTranslator<Object> translator,
NullFieldStrategy nullFieldStrategy)
A wrapper around
Translator.toClient(Object) that first fires a "toclient" event on
the component to see if it can perform the conversion. |
Modifier and Type | Method and Description |
---|---|
FieldTranslator |
PropertyEditBlocks.getNumberFieldTranslator() |
FieldTranslator |
PropertyEditBlocks.getPasswordFieldTranslator() |
FieldTranslator |
PropertyEditBlocks.getTextAreaTranslator() |
FieldTranslator |
PropertyEditBlocks.getTextFieldTranslator() |
Modifier and Type | Class and Description |
---|---|
class |
FieldTranslatorImpl<T> |
Modifier and Type | Method and Description |
---|---|
FieldTranslator |
FieldTranslatorSourceImpl.createDefaultTranslator(ComponentResources resources,
String parameterName) |
FieldTranslator |
FieldTranslatorSourceImpl.createDefaultTranslator(Field field,
String overrideId,
Messages overrideMessages,
Locale locale,
Class propertyType,
AnnotationProvider propertyAnnotations) |
FieldTranslator |
FieldTranslatorSourceImpl.createTranslator(ComponentResources resources,
String translatorName) |
FieldTranslator |
FieldTranslatorSourceImpl.createTranslator(Field field,
String overrideId,
Messages overrideMessages,
Locale locale,
Translator translator) |
FieldTranslator |
ComponentDefaultProviderImpl.defaultTranslator(String parameterName,
ComponentResources resources) |
Modifier and Type | Method and Description |
---|---|
Object |
FieldValidationSupportImpl.parseClient(String clientValue,
ComponentResources componentResources,
FieldTranslator<Object> translator,
NullFieldStrategy nullFieldStrategy) |
String |
FieldValidationSupportImpl.toClient(Object value,
ComponentResources componentResources,
FieldTranslator<Object> translator,
NullFieldStrategy nullFieldStrategy) |
Modifier and Type | Method and Description |
---|---|
FieldTranslator |
FieldTranslatorSource.createDefaultTranslator(ComponentResources resources,
String parameterName)
|
FieldTranslator |
FieldTranslatorSource.createDefaultTranslator(Field field,
String overrideId,
Messages overrideMessages,
Locale locale,
Class propertyType,
AnnotationProvider propertyAnnotations)
Creates a
FieldTranslator for the given property, or returns null if one can't be
constructed. |
FieldTranslator |
FieldTranslatorSource.createTranslator(ComponentResources componentResources,
String translatorName)
Creates a translator (used by the
translate: binding
prefix ). |
FieldTranslator |
FieldTranslatorSource.createTranslator(Field field,
String overrideId,
Messages overrideMessages,
Locale locale,
Translator translator)
Wraps a
Translator as a FieldTranslator. |
FieldTranslator |
ComponentDefaultProvider.defaultTranslator(String parameterName,
ComponentResources resources)
|
FieldTranslator |
PropertyEditContext.getTranslator(Field field)
Returns the translator appropriate for the field (this is based on the property type).
|
Modifier and Type | Method and Description |
---|---|
protected FieldTranslator |
TapestryTestCase.mockFieldTranslator() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_createDefaultTranslator(FieldTranslatorSource source,
ComponentResources resources,
String parameterName,
FieldTranslator translator) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.