org.springframework.richclient.widget.table
Interface Writer
- All Superinterfaces:
- Accessor
- All Known Implementing Classes:
- NestedWriter, SimpleWriter
public interface Writer
- extends Accessor
Writer interface: extends the Accessor
to allow write-access.
- Since:
- 0.5.0
- Author:
- Jan Hoskens
Method Summary |
void |
setValue(Object toEntity,
Object newValue)
Set the value on a specific target entity. |
setValue
void setValue(Object toEntity,
Object newValue)
throws IllegalAccessException,
InvocationTargetException
- Set the value on a specific target entity.
- Parameters:
toEntity
- the entity on which the property has to be changed.newValue
- the new value of the property.
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.