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

Packages that use TransformField
org.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

Uses of TransformField in org.apache.tapestry5.internal.transform
 

Methods in org.apache.tapestry5.internal.transform that return TransformField
<T> TransformField
BridgeClassTransformation.addIndirectInjectedField(Class<T> type, String suggestedName, ComponentValueProvider<T> provider)
           
 TransformField BridgeClassTransformation.createField(int modifiers, String type, String suggestedName)
           
 TransformField BridgeClassTransformation.getField(String fieldName)
           
 

Methods in org.apache.tapestry5.internal.transform that return types with arguments of type TransformField
 List<TransformField> BridgeClassTransformation.matchFields(Predicate<TransformField> predicate)
           
 List<TransformField> BridgeClassTransformation.matchFieldsWithAnnotation(Class<? extends Annotation> annotationClass)
           
 List<TransformField> BridgeClassTransformation.matchUnclaimedFields()
           
 

Method parameters in org.apache.tapestry5.internal.transform with type arguments of type TransformField
static String TransformMessages.illegalNumberOfPageActivationContextHandlers(List<TransformField> fields)
           
 List<TransformField> BridgeClassTransformation.matchFields(Predicate<TransformField> predicate)
           
 

Uses of TransformField in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return TransformField
<T> TransformField
ClassTransformation.addIndirectInjectedField(Class<T> type, String suggestedName, ComponentValueProvider<T> provider)
          Deprecated. Like ClassTransformation.addInjectedField(Class, String, Object), but instead of specifying the value, a provider for the value is specified.
 TransformField ClassTransformation.createField(int modifiers, String type, String suggestedName)
          Deprecated. Defines a new declared field for the class.
 TransformField ClassTransformation.getField(String fieldName)
          Deprecated. Locates a declared field by its field name.
 

Methods in org.apache.tapestry5.services that return types with arguments of type TransformField
 List<TransformField> ClassTransformation.matchFields(Predicate<TransformField> predicate)
          Deprecated. Finds all unclaimed fields matched by the provided predicate.
 List<TransformField> ClassTransformation.matchFieldsWithAnnotation(Class<? extends Annotation> annotationClass)
          Deprecated. Returns a sorted list of declared instance fields with the indicated annotation.
 List<TransformField> ClassTransformation.matchUnclaimedFields()
          Deprecated. Matches all fields that are not claimed.
 

Methods in org.apache.tapestry5.services with parameters of type TransformField
 void TransformField.replaceAccess(TransformField conduitField)
          Replaces read and write field access with a conduit.
 

Method parameters in org.apache.tapestry5.services with type arguments of type TransformField
 List<TransformField> ClassTransformation.matchFields(Predicate<TransformField> predicate)
          Deprecated. Finds all unclaimed fields matched by the provided predicate.
 

Uses of TransformField in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test with parameters of type TransformField
protected
<T extends Annotation>
void
TapestryTestCase.train_getAnnotation(TransformField field, Class<T> annotationClass, T anotation)
           
protected  void TapestryTestCase.train_getName(TransformField field, String name)
           
protected  void TapestryTestCase.train_getType(TransformField field, String type)
           
protected  void TapestryTestCase.train_matchFields(ClassTransformation transformation, TransformField field)
           
 



Copyright © 2003-2012 The Apache Software Foundation.