org.apache.myfaces.html5.behavior
Interface ValueExpressionHolder
- All Known Implementing Classes:
- DragSourceBehavior, DropTargetBehavior
public interface ValueExpressionHolder
Contract for the workaround done at DragSourceBehavior.
see https://issues.apache.org/jira/browse/MYFACES-2616
setValueExpression
void setValueExpression(String name,
javax.el.ValueExpression item)
getValueExpression
javax.el.ValueExpression getValueExpression(String name)
initialStateMarked
boolean initialStateMarked()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.