org.wicketopia.factory
Class PropertyViewerComponentFactory<T>
java.lang.Object
org.wicketopia.factory.AbstractPropertyComponentFactory<T>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyViewerComponentFactory
public PropertyViewerComponentFactory(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.