Package org.zkoss.xel
Interface ValueReference
-
- All Known Implementing Classes:
ELXelExpression.ValueReferenceImpl
public interface ValueReferenceThis represents a base model object and one of its properties (EL 2.2).- Since:
- 6.0.0
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetBase()Returns the base model.java.lang.ObjectgetProperty()Returns the property of the base model.
-