org.starobjects.wicket.ui.components.scalars.reference
Class ReferencePanelFactory

java.lang.Object
  extended by org.starobjects.wicket.ui.ComponentFactoryAbstract
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.starobjects.wicket.ui.ComponentFactory
ComponentFactory.ApplicationAdvice
 
Constructor Summary
ReferencePanelFactory()
           
 
Method Summary
 ComponentFactory.ApplicationAdvice appliesTo(org.apache.wicket.model.IModel<?> model)
          Hook for subclasses to check the IModel.
 org.apache.wicket.Component createComponent(String id, org.apache.wicket.model.IModel<?> model)
          Creates component, with specified id.
 
Methods inherited from class org.starobjects.wicket.ui.ComponentFactoryAbstract
appliesExclusivelyIf, appliesIf, appliesTo, createComponent, getComponentType, getName, getSpecificationLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferencePanelFactory

public ReferencePanelFactory()
Method Detail

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.