Uses of Interface
org.apache.wicket.injection.IFieldValueFactory
-
Packages that use IFieldValueFactory Package Description org.apache.wicket.injection -
-
Uses of IFieldValueFactory in org.apache.wicket.injection
Classes in org.apache.wicket.injection that implement IFieldValueFactory Modifier and Type Class Description classCompoundFieldValueFactoryCompound implementation of IFieldValueFactory.classNoopFieldValueFactoryImplementation of field value factory that ignores all fieldsMethods in org.apache.wicket.injection with parameters of type IFieldValueFactory Modifier and Type Method Description voidCompoundFieldValueFactory. addFactory(IFieldValueFactory factory)Adds a factory to the compound factoryprotected voidInjector. 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 Constructor Description CompoundFieldValueFactory(IFieldValueFactory[] factories)ConstructorCompoundFieldValueFactory(IFieldValueFactory f1, IFieldValueFactory f2)ConstructorConstructor parameters in org.apache.wicket.injection with type arguments of type IFieldValueFactory Constructor Description CompoundFieldValueFactory(java.util.List<IFieldValueFactory> factories)Constructor
-