org.starobjects.wicket.ui.components.scalars.reference
Class ReferencePanelFactory
java.lang.Object
org.starobjects.wicket.ui.ComponentFactoryAbstract
org.starobjects.wicket.ui.components.scalars.reference.ReferencePanelFactory
- All Implemented Interfaces:
- Serializable, SpecificationLoaderAccessor, ComponentFactory
public class ReferencePanelFactory
- extends ComponentFactoryAbstract
ComponentFactory for ReferencePanel.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferencePanelFactory
public ReferencePanelFactory()
appliesTo
public ComponentFactory.ApplicationAdvice appliesTo(org.apache.wicket.model.IModel<?> model)
- Description copied from class:
ComponentFactoryAbstract
- Hook for subclasses to check the
IModel.
- Specified by:
appliesTo in class ComponentFactoryAbstract
createComponent
public org.apache.wicket.Component createComponent(String id,
org.apache.wicket.model.IModel<?> model)
- Description copied from interface:
ComponentFactory
- Creates component, with specified id.
- Specified by:
createComponent in interface ComponentFactory- Specified by:
createComponent in class ComponentFactoryAbstract
Copyright © 2009-2010 Dan Haywood. All Rights Reserved.