org.wicketopia.factory
Class AbstractPropertyComponentFactory<T>

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractPropertyComponentFactory(Class<T> beanType)
           
 
Method Summary
 org.apache.wicket.markup.html.basic.Label createPropertyLabel(String id, String propertyName)
           
protected  Class<T> getBeanType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wicketopia.factory.PropertyComponentFactory
createPropertyComponent
 

Constructor Detail

AbstractPropertyComponentFactory

protected AbstractPropertyComponentFactory(Class<T> beanType)
Method Detail

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.