protected static class NodeTreeContentProvider.DummyValueBinding extends ValueBinding
Modifier | Constructor and Description |
---|---|
protected |
NodeTreeContentProvider.DummyValueBinding() |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionString() |
Class<?> |
getType(FacesContext context) |
Object |
getValue(FacesContext context) |
boolean |
isReadOnly(FacesContext context) |
void |
setValue(FacesContext context,
Object value) |
protected NodeTreeContentProvider.DummyValueBinding()
public String getExpressionString()
getExpressionString
in class ValueBinding
public Class<?> getType(FacesContext context) throws EvaluationException, PropertyNotFoundException
getType
in class ValueBinding
EvaluationException
PropertyNotFoundException
public Object getValue(FacesContext context) throws EvaluationException, PropertyNotFoundException
getValue
in class ValueBinding
EvaluationException
PropertyNotFoundException
public boolean isReadOnly(FacesContext context) throws EvaluationException, PropertyNotFoundException
isReadOnly
in class ValueBinding
EvaluationException
PropertyNotFoundException
public void setValue(FacesContext context, Object value) throws EvaluationException, PropertyNotFoundException
setValue
in class ValueBinding
EvaluationException
PropertyNotFoundException