Package org.zkoss.xel

Interface ValueReference

  • All Known Implementing Classes:
    ELXelExpression.ValueReferenceImpl

    public interface ValueReference
    This represents a base model object and one of its properties (EL 2.2).
    Since:
    6.0.0
    Author:
    henri
    • Method Detail

      • getBase

        java.lang.Object getBase()
        Returns the base model.
        Returns:
        the base model.
      • getProperty

        java.lang.Object getProperty()
        Returns the property of the base model.
        Returns:
        the property of the base model.