Class BoundVariableExpression

  • All Implemented Interfaces:
    Expression

    public class BoundVariableExpression
    extends AbstractExpression
    A BoundVariableExpression (abbrv BVE) is the main workhorse of the expression language. This is the expression node that lets you bind to a property on another component on the window.
    • Constructor Detail

      • BoundVariableExpression

        public BoundVariableExpression()
    • Method Detail

      • getType

        public java.lang.Class<?> getType()
        Description copied from interface: Expression
        Return the type that this expression will return
      • getOpName

        public java.lang.String getOpName()
        Description copied from interface: Expression
        Return a human-readable name for the operation that this expression performs
      • setType

        public void setType​(java.lang.Class class1)
      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String string)