org.wicketopia.factory
Interface PropertyComponentFactory<T>

All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable
All Known Implementing Classes:
AbstractPropertyComponentFactory, PropertyEditorComponentFactory, PropertyViewerComponentFactory

public interface PropertyComponentFactory<T>
extends org.apache.wicket.util.io.IClusterable


Method Summary
 org.apache.wicket.Component createPropertyComponent(String id, org.apache.wicket.model.IModel<T> beanModel, String propertyName, Context context)
           
 org.apache.wicket.markup.html.basic.Label createPropertyLabel(String id, String propertyName)
           
 

Method Detail

createPropertyComponent

org.apache.wicket.Component createPropertyComponent(String id,
                                                    org.apache.wicket.model.IModel<T> beanModel,
                                                    String propertyName,
                                                    Context context)

createPropertyLabel

org.apache.wicket.markup.html.basic.Label createPropertyLabel(String id,
                                                              String propertyName)


Copyright © 2010-2013. All Rights Reserved.