org.zkoss.zk.xel
Interface EvaluatorRef

All Superinterfaces:
Evaluator, java.io.Serializable

public interface EvaluatorRef
extends Evaluator, java.io.Serializable

A reference to Evaluator. Thought it also implements Evaluator, it is different in two ways:

Since:
6.0.0
Author:
tomyeh

Method Summary
 Evaluator getEvaluator()
          Returns the real evaluator.
 PageDefinition getPageDefinition()
          Returns the page definition of this reference, or null if not available.
 
Methods inherited from interface org.zkoss.zk.xel.Evaluator
evaluate, evaluate, parseExpression
 

Method Detail

getEvaluator

Evaluator getEvaluator()
Returns the real evaluator.


getPageDefinition

PageDefinition getPageDefinition()
Returns the page definition of this reference, or null if not available.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo