com.webmethods.caf.faces.data.tree.object
Class NodeTreeContentProvider.DummyValueBinding

java.lang.Object
  extended by ValueBinding
      extended by com.webmethods.caf.faces.data.tree.object.NodeTreeContentProvider.DummyValueBinding
Enclosing class:
NodeTreeContentProvider

protected static class NodeTreeContentProvider.DummyValueBinding
extends ValueBinding


Constructor Summary
protected NodeTreeContentProvider.DummyValueBinding()
           
 
Method Summary
 String getExpressionString()
           
 Class getType(FacesContext context)
           
 Object getValue(FacesContext context)
           
 boolean isReadOnly(FacesContext context)
           
 void setValue(FacesContext context, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTreeContentProvider.DummyValueBinding

protected NodeTreeContentProvider.DummyValueBinding()
Method Detail

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