org.zkoss.zss.formula
Interface FunctionResolver

All Known Implementing Classes:
DefaultFunctionResolver

public interface FunctionResolver

Interface to glue POI function mechanism to zkoss xel function mechanism.

Author:
henrichen

Field Summary
static java.lang.String CLASS
           
 
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.
 

Field Detail

CLASS

static final java.lang.String CLASS
See Also:
Constant Field Values
Method Detail

getUDFFinder

org.zkoss.poi.ss.formula.udf.UDFFinder getUDFFinder()
Return the associated UDFFinder.

Returns:
the associated UDFFinder.

getFunctionMapper

org.zkoss.xel.FunctionMapper getFunctionMapper()
Return the associated FunctionMapper.

Returns:
the associated FunctionMapper.

getDependencyTracker

org.zkoss.poi.ss.formula.DependencyTracker getDependencyTracker(Book book)
Return the associated DependencyTracker.

Parameters:
book - the associated book for the dependency tracker.
Returns:
the associated DependencyTracker.


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