org.wicketopia.factory
Class PropertyEditorComponentFactory<T>

java.lang.Object
  extended by org.wicketopia.factory.AbstractPropertyComponentFactory<T>
      extended by 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

Constructor Summary
PropertyEditorComponentFactory(Class<T> beanType)
           
 
Method Summary
 org.apache.wicket.Component createPropertyComponent(String id, org.apache.wicket.model.IModel<T> beanModel, String propertyName, Context context)
           
 
Methods inherited from class org.wicketopia.factory.AbstractPropertyComponentFactory
createPropertyLabel, getBeanType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditorComponentFactory

public PropertyEditorComponentFactory(Class<T> beanType)
Method Detail

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.