|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
Wicketopia.createEditorFactory(Class<T> beanType)
|
|
|
Wicketopia.createViewerFactory(Class<T> beanType)
|
Methods in org.wicketopia with parameters of type PropertyComponentFactory | ||
---|---|---|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |