Uses of Interface
org.apache.wicket.injection.IFieldValueFactory
Packages that use IFieldValueFactory
-
Uses of IFieldValueFactory in org.apache.wicket.injection
Classes in org.apache.wicket.injection that implement IFieldValueFactoryModifier and TypeClassDescriptionclassCompound implementation of IFieldValueFactory.classImplementation of field value factory that ignores all fieldsMethods in org.apache.wicket.injection with parameters of type IFieldValueFactoryModifier and TypeMethodDescriptionvoidCompoundFieldValueFactory.addFactory(IFieldValueFactory factory) Adds a factory to the compound factoryprotected voidInjector.inject(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 IFieldValueFactoryModifierConstructorDescriptionCompoundFieldValueFactory(IFieldValueFactory[] factories) ConstructorConstructorConstructor parameters in org.apache.wicket.injection with type arguments of type IFieldValueFactoryModifierConstructorDescriptionCompoundFieldValueFactory(List<IFieldValueFactory> factories) Constructor