com.webmethods.caf.faces.data.tree.object
Class NodeTreeContentProvider.DummyValueBinding
java.lang.Object
ValueBinding
com.webmethods.caf.faces.data.tree.object.NodeTreeContentProvider.DummyValueBinding
- Enclosing class:
- NodeTreeContentProvider
protected static class NodeTreeContentProvider.DummyValueBinding
- extends ValueBinding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeTreeContentProvider.DummyValueBinding
protected NodeTreeContentProvider.DummyValueBinding()
getExpressionString
public String getExpressionString()
getType
public Class getType(FacesContext context)
throws EvaluationException,
PropertyNotFoundException
- Throws:
EvaluationException
PropertyNotFoundException
getValue
public Object getValue(FacesContext context)
throws EvaluationException,
PropertyNotFoundException
- Throws:
EvaluationException
PropertyNotFoundException
isReadOnly
public boolean isReadOnly(FacesContext context)
throws EvaluationException,
PropertyNotFoundException
- Throws:
EvaluationException
PropertyNotFoundException
setValue
public void setValue(FacesContext context,
Object value)
throws EvaluationException,
PropertyNotFoundException
- Throws:
EvaluationException
PropertyNotFoundException