org.springframework.richclient.form.binding.swing
Class SwingBindingFactory.BeanPropertyEditorClosure
java.lang.Object
org.springframework.richclient.form.binding.swing.SwingBindingFactory.BeanPropertyEditorClosure
- All Implemented Interfaces:
- Closure
- Enclosing class:
- SwingBindingFactory
protected static class SwingBindingFactory.BeanPropertyEditorClosure
- extends Object
- implements Closure
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 |
SwingBindingFactory.BeanPropertyEditorClosure
public SwingBindingFactory.BeanPropertyEditorClosure(String renderedProperty)
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.