Fixed checkbox binding bug

This commit is contained in:
Keith Donald
2008-05-14 21:49:38 +00:00
parent 67359d186f
commit bd95b63656
3 changed files with 211 additions and 12 deletions

View File

@@ -47,8 +47,9 @@ public interface Expression extends Serializable {
* context.
* @param context the context to evaluate
* @return the most general type of value that can be set on this context
* @throws EvaluationException an exception occurred during expression evaluation
*/
public Class getValueType(Object context);
public Class getValueType(Object context) throws EvaluationException;
/**
* Returns the original string used to create this expression, unmodified.