Class NodeTreeContentProvider.DummyValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
com.webmethods.caf.faces.data.tree.object.NodeTreeContentProvider.DummyValueExpression
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NodeTreeContentProvider
protected static class NodeTreeContentProvider.DummyValueExpression
extends ValueExpression
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Class<?>
Class<?>
int
hashCode()
boolean
boolean
isReadOnly
(ELContext elContext) void
Methods inherited from class javax.el.ValueExpression
getValueReference
-
Constructor Details
-
DummyValueExpression
protected DummyValueExpression()
-
-
Method Details
-
getExpectedType
- Specified by:
getExpectedType
in classValueExpression
-
getType
- Specified by:
getType
in classValueExpression
-
getValue
- Specified by:
getValue
in classValueExpression
-
isReadOnly
- Specified by:
isReadOnly
in classValueExpression
-
setValue
- Specified by:
setValue
in classValueExpression
-
getExpressionString
- Specified by:
getExpressionString
in classExpression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classExpression
-
equals
- Specified by:
equals
in classExpression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classExpression
-