Uses of Interface
org.wicketopia.factory.PropertyComponentFactory

Packages that use PropertyComponentFactory
org.wicketopia   
org.wicketopia.factory   
org.wicketopia.layout   
org.wicketopia.layout.list   
org.wicketopia.layout.view   
org.wicketopia.model.column   
 

Uses of PropertyComponentFactory in org.wicketopia
 

Methods in org.wicketopia that return PropertyComponentFactory
<T> PropertyComponentFactory<T>
Wicketopia.createEditorFactory(Class<T> beanType)
           
<T> PropertyComponentFactory<T>
Wicketopia.createViewerFactory(Class<T> beanType)
           
 

Methods in org.wicketopia with parameters of type PropertyComponentFactory
<T> List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>>
Wicketopia.createColumns(Class<T> beanType, PropertyComponentFactory<T> factory, Context context, String... properties)
           
 

Uses of PropertyComponentFactory in org.wicketopia.factory
 

Classes in org.wicketopia.factory that implement PropertyComponentFactory
 class AbstractPropertyComponentFactory<T>
           
 class PropertyEditorComponentFactory<T>
           
 class PropertyViewerComponentFactory<T>
           
 

Uses of PropertyComponentFactory in org.wicketopia.layout
 

Methods in org.wicketopia.layout that return PropertyComponentFactory
protected  PropertyComponentFactory<T> AbstractLayoutPanel.getComponentFactory()
           
 

Constructors in org.wicketopia.layout with parameters of type PropertyComponentFactory
AbstractLayoutPanel(String id, Class<T> beanType, Context context, PropertyComponentFactory<T> componentFactory)
           
AbstractLayoutPanel(String id, Class<T> beanType, Context context, PropertyComponentFactory<T> componentFactory, List<String> propertyNames)
           
AbstractLayoutPanel(String id, Class<T> beanType, Context context, PropertyComponentFactory<T> componentFactory, String... propertyNames)
           
 

Uses of PropertyComponentFactory in org.wicketopia.layout.list
 

Constructors in org.wicketopia.layout.list with parameters of type PropertyComponentFactory
BeanListLayoutPanel(String id, Class<T> beanType, org.apache.wicket.model.IModel<? extends List<? extends T>> model, Context context, PropertyComponentFactory<T> componentFactory, String... propertyNames)
           
 

Uses of PropertyComponentFactory in org.wicketopia.layout.view
 

Constructors in org.wicketopia.layout.view with parameters of type PropertyComponentFactory
BeanViewLayoutPanel(String id, Class<T> beanType, org.apache.wicket.model.IModel<T> beanModel, Context context, PropertyComponentFactory<T> componentFactory)
           
BeanViewLayoutPanel(String id, Class<T> beanType, org.apache.wicket.model.IModel<T> beanModel, Context context, PropertyComponentFactory<T> tPropertyComponentFactory, List<String> propertyNames)
           
BeanViewLayoutPanel(String id, Class<T> beanType, org.apache.wicket.model.IModel<T> beanModel, Context context, PropertyComponentFactory<T> componentFactory, String... propertyNames)
           
CssBeanViewLayoutPanel(String id, Class<T> beanType, org.apache.wicket.model.IModel<T> beanModel, Context context, PropertyComponentFactory<T> componentFactory)
           
CssBeanViewLayoutPanel(String id, Class<T> beanType, org.apache.wicket.model.IModel<T> beanModel, Context context, PropertyComponentFactory<T> componentFactory, List<String> propertyNames)
           
CssBeanViewLayoutPanel(String id, Class<T> beanType, org.apache.wicket.model.IModel<T> beanModel, Context context, PropertyComponentFactory<T> componentFactory, String... propertyNames)
           
 

Uses of PropertyComponentFactory in org.wicketopia.model.column
 

Constructors in org.wicketopia.model.column with parameters of type PropertyComponentFactory
BeanPropertyColumn(PropertyComponentFactory<T> factory, String propertyName, Context context)
           
 



Copyright © 2010-2013. All Rights Reserved.