Uses of Interface
org.apache.wicket.injection.IFieldValueFactory

Packages that use IFieldValueFactory
org.apache.wicket.injection   
 

Uses of IFieldValueFactory in org.apache.wicket.injection
 

Classes in org.apache.wicket.injection that implement IFieldValueFactory
 class CompoundFieldValueFactory
          Compound implementation of IFieldValueFactory.
 class NoopFieldValueFactory
          Implementation of field value factory that ignores all fields
 

Methods in org.apache.wicket.injection that return IFieldValueFactory
protected abstract  IFieldValueFactory ConfigurableInjector.getFieldValueFactory()
          Return the field value factory that will be used to inject objects
 

Methods in org.apache.wicket.injection with parameters of type IFieldValueFactory
 void CompoundFieldValueFactory.addFactory(IFieldValueFactory factory)
          Adds a factory to the compound factory
 java.lang.Object Injector.inject(java.lang.Object object, IFieldValueFactory factory)
          traverse fields in the class hierarchy of the object and set their value with a locator provided by the locator factory.
 

Constructors in org.apache.wicket.injection with parameters of type IFieldValueFactory
CompoundFieldValueFactory(IFieldValueFactory[] factories)
          Constructor
CompoundFieldValueFactory(IFieldValueFactory f1, IFieldValueFactory f2)
          Constructor
 

Constructor parameters in org.apache.wicket.injection with type arguments of type IFieldValueFactory
CompoundFieldValueFactory(java.util.List<IFieldValueFactory> factories)
          Constructor
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.