to.etc.domui.util
Interface IValueAccessor<T>

All Superinterfaces:
IValueTransformer<T>
All Known Subinterfaces:
PropertyMetaModel<T>
All Known Implementing Classes:
DefaultPropertyMetaModel, ExpandedDisplayProperty, ExpandedDisplayPropertyList, IdentityAccessor, JoinedDisplayProperty, PathPropertyMetaModel, PropertyAccessor, PropertyMetaModelWrapper, SubAccessor

public interface IValueAccessor<T>
extends IValueTransformer<T>


Method Summary
 void setValue(java.lang.Object target, T value)
           
 
Methods inherited from interface to.etc.domui.util.IValueTransformer
getValue
 

Method Detail

setValue

void setValue(java.lang.Object target,
              T value)
              throws java.lang.Exception
Throws:
java.lang.Exception