org.wicketopia.factory
Class AbstractPropertyComponentFactory<T>
java.lang.Object
org.wicketopia.factory.AbstractPropertyComponentFactory<T>
- All Implemented Interfaces:
- Serializable, org.apache.wicket.util.io.IClusterable, PropertyComponentFactory<T>
- Direct Known Subclasses:
- PropertyEditorComponentFactory, PropertyViewerComponentFactory
public abstract class AbstractPropertyComponentFactory<T>
- extends Object
- implements PropertyComponentFactory<T>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPropertyComponentFactory
protected AbstractPropertyComponentFactory(Class<T> beanType)
createPropertyLabel
public org.apache.wicket.markup.html.basic.Label createPropertyLabel(String id,
String propertyName)
- Specified by:
createPropertyLabel
in interface PropertyComponentFactory<T>
getBeanType
protected Class<T> getBeanType()
Copyright © 2010-2013. All Rights Reserved.