org.starobjects.wicket.ui.components.scalars.value
Class ValuePanelFactory

java.lang.Object
  extended by org.starobjects.wicket.ui.ComponentFactoryAbstract
      extended by org.starobjects.wicket.ui.components.scalars.value.ValuePanelFactory
All Implemented Interfaces:
Serializable, SpecificationLoaderAccessor, ComponentFactory

public class ValuePanelFactory
extends ComponentFactoryAbstract

ComponentFactory for the ValuePanel.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.starobjects.wicket.ui.ComponentFactory
ComponentFactory.ApplicationAdvice
 
Constructor Summary
ValuePanelFactory()
           
 
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

ValuePanelFactory

public ValuePanelFactory()
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.