Package io.keikai.ui.impl
Class ComponentEvaluationContributor
- java.lang.Object
-
- io.keikai.ui.impl.ComponentEvaluationContributor
-
- All Implemented Interfaces:
EvaluationContributor
,Serializable
public class ComponentEvaluationContributor extends Object implements EvaluationContributor, Serializable
To contribute function and variable in a currentExecutions.getCurrent()
, if any.- Since:
- 3.5
- Author:
- dennis, jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentEvaluationContributor(org.zkoss.zk.ui.Component comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.xel.FunctionMapper
getFunctionMaper(SBook book)
org.zkoss.xel.VariableResolver
getVariableResolver(SBook book)
-
-
-
Method Detail
-
getFunctionMaper
public org.zkoss.xel.FunctionMapper getFunctionMaper(SBook book)
- Specified by:
getFunctionMaper
in interfaceEvaluationContributor
-
getVariableResolver
public org.zkoss.xel.VariableResolver getVariableResolver(SBook book)
- Specified by:
getVariableResolver
in interfaceEvaluationContributor
-
-