org.wicketopia.factory
Class PropertyViewerComponentFactory<T>

java.lang.Object
  extended by org.wicketopia.factory.AbstractPropertyComponentFactory<T>
      extended by org.wicketopia.factory.PropertyViewerComponentFactory<T>
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable, PropertyComponentFactory<T>

public class PropertyViewerComponentFactory<T>
extends AbstractPropertyComponentFactory<T>

Since:
1.0
See Also:
Serialized Form

Constructor Summary
PropertyViewerComponentFactory(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

PropertyViewerComponentFactory

public PropertyViewerComponentFactory(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.