org.zkoss.xel.zel
Class ELXelExpression.ValueReferenceImpl

java.lang.Object
  extended by org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
All Implemented Interfaces:
Serializable, ValueReference
Enclosing class:
ELXelExpression

public static class ELXelExpression.ValueReferenceImpl
extends Object
implements ValueReference, Serializable

See Also:
Serialized Form

Constructor Summary
ELXelExpression.ValueReferenceImpl(Object base, Object property)
           
 
Method Summary
 Object getBase()
          Returns the base model.
 Object getProperty()
          Returns the property of the base model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELXelExpression.ValueReferenceImpl

public ELXelExpression.ValueReferenceImpl(Object base,
                                          Object property)
Method Detail

getBase

public Object getBase()
Description copied from interface: ValueReference
Returns the base model.

Specified by:
getBase in interface ValueReference
Returns:
the base model.

getProperty

public Object getProperty()
Description copied from interface: ValueReference
Returns the property of the base model.

Specified by:
getProperty in interface ValueReference
Returns:
the property of the base model.


Copyright © 2015. All rights reserved.