org.wicketopia.factory
Class PropertyEditorComponentFactory<T>
java.lang.Object
   org.wicketopia.factory.AbstractPropertyComponentFactory<T>
org.wicketopia.factory.AbstractPropertyComponentFactory<T>
       org.wicketopia.factory.PropertyEditorComponentFactory<T>
org.wicketopia.factory.PropertyEditorComponentFactory<T>
- All Implemented Interfaces: 
- Serializable, org.apache.wicket.util.io.IClusterable, PropertyComponentFactory<T>
- public class PropertyEditorComponentFactory<T> 
- extends AbstractPropertyComponentFactory<T>
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertyEditorComponentFactory
public PropertyEditorComponentFactory(Class<T> beanType)
createPropertyComponent
public org.apache.wicket.Component createPropertyComponent(String id,
                                                           org.apache.wicket.model.IModel<T> beanModel,
                                                           String propertyName,
                                                           Context context)
- 
 
Copyright © 2010-2013. All Rights Reserved.