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


Method Summary
 javax.el.ValueExpression getValueExpression(String name)
           
 boolean initialStateMarked()
           
 void setValueExpression(String name, javax.el.ValueExpression item)
           
 

Method Detail

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.