|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zss.formula.DefaultFunctionResolver
public class DefaultFunctionResolver
Interface to glue POI function to ZK function.
| Field Summary |
|---|
| Fields inherited from interface org.zkoss.zss.formula.FunctionResolver |
|---|
CLASS |
| Constructor Summary | |
|---|---|
DefaultFunctionResolver()
|
|
| Method Summary | |
|---|---|
org.zkoss.poi.ss.formula.DependencyTracker |
getDependencyTracker(Book book)
Return the associated DependencyTracker. |
org.zkoss.xel.FunctionMapper |
getFunctionMapper()
Return the associated FunctionMapper. |
org.zkoss.poi.ss.formula.udf.UDFFinder |
getUDFFinder()
Return the associated UDFFinder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFunctionResolver()
| Method Detail |
|---|
public org.zkoss.poi.ss.formula.DependencyTracker getDependencyTracker(Book book)
FunctionResolverDependencyTracker.
getDependencyTracker in interface FunctionResolverbook - the associated book for the dependency tracker.
DependencyTracker.public org.zkoss.xel.FunctionMapper getFunctionMapper()
FunctionResolverFunctionMapper.
getFunctionMapper in interface FunctionResolverFunctionMapper.public org.zkoss.poi.ss.formula.udf.UDFFinder getUDFFinder()
FunctionResolverUDFFinder.
getUDFFinder in interface FunctionResolverUDFFinder.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||