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)
|