org.springframework.binding.form.support
Class AbstractFormModel.ParentStateChangeHandler

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.form.support.AbstractFormModel.ParentStateChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
AbstractFormModel

protected class AbstractFormModel.ParentStateChangeHandler
extends Object
implements PropertyChangeListener

Listener to be registered on properties of the parent form model. Calls are delegated to AbstractFormModel.parentStateChanged(PropertyChangeEvent). This way subclasses can extend the parent->child behaviour meaning state changes in the parent that influence the children.


Constructor Summary
protected AbstractFormModel.ParentStateChangeHandler()
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFormModel.ParentStateChangeHandler

protected AbstractFormModel.ParentStateChangeHandler()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.