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
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.