org.springframework.richclient.form.binding.swing
Class SwingBindingFactory.BeanPropertyEditorClosure

java.lang.Object
  extended by org.springframework.richclient.form.binding.swing.SwingBindingFactory.BeanPropertyEditorClosure
All Implemented Interfaces:
Closure
Enclosing class:
SwingBindingFactory

protected static class SwingBindingFactory.BeanPropertyEditorClosure
extends Object
implements Closure


Constructor Summary
SwingBindingFactory.BeanPropertyEditorClosure(String renderedProperty)
           
 
Method Summary
 Object call(Object argument)
          Evaluate the function with the provided argument, returning the result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingBindingFactory.BeanPropertyEditorClosure

public SwingBindingFactory.BeanPropertyEditorClosure(String renderedProperty)
Method Detail

call

public Object call(Object argument)
Description copied from interface: Closure
Evaluate the function with the provided argument, returning the result.

Specified by:
call in interface Closure
Parameters:
argument - the argument
Returns:
the function return value


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