Uses of Interface
org.pentaho.platform.util.beans.ValueSetErrorCallback

Packages that use ValueSetErrorCallback
org.pentaho.platform.util.beans   
 

Uses of ValueSetErrorCallback in org.pentaho.platform.util.beans
 

Classes in org.pentaho.platform.util.beans that implement ValueSetErrorCallback
static class ActionHarness.DefaultActionCallback
           
static class ActionHarness.VarArgsWrapperCallback
           
static class BeanUtil.EagerFailingCallback
           
 

Methods in org.pentaho.platform.util.beans with parameters of type ValueSetErrorCallback
 void BeanUtil.setDefaultCallback(ValueSetErrorCallback defaultCallback)
           
 void BeanUtil.setValue(String propertyName, Object value, ValueSetErrorCallback callback)
          Set a bean property with a given value, allowing the caller to respond to various error states that may be encountered during the attempt to set the value on the bean.
 void ActionHarness.setValue(String propertyName, Object value, ValueSetErrorCallback callback, PropertyNameFormatter... formatters)
          Performs same function as the super, with the added feature of granting undeclared properties to the action bean if it is a IVarArgsAction.
 void BeanUtil.setValue(String propertyName, Object value, ValueSetErrorCallback callback, PropertyNameFormatter... formatters)
          Set a bean property with a given value, allowing the caller to respond to various error states that may be encountered during the attempt to set the value on the bean.
 void BeanUtil.setValues(Map<String,Object> propValueMap, ValueSetErrorCallback callback)
           
 void ActionHarness.VarArgsWrapperCallback.setWrappedCallback(ValueSetErrorCallback wrappedCallback)