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 Summary
 Object getBase()
          Returns the base model.
 Object getProperty()
          Returns the property of the base model.
 

Method Detail

getBase

Object getBase()
Returns the base model.

Returns:
the base model.

getProperty

Object getProperty()
Returns the property of the base model.

Returns:
the property of the base model.


Copyright © 2015. All rights reserved.