Uses of Interface
io.keikai.range.formula.FreeRefFunction
Packages that use FreeRefFunction
Package
Description
Classes bridging Keikai Spreadsheet formula functions to ZK EL functions.
-
Uses of FreeRefFunction in io.keikaiex.formula
Classes in io.keikaiex.formula that implement FreeRefFunctionModifier and TypeClassDescriptionclassA function that does ZK EL (Expression Language) evaluation — implements the Excel formula=ELEVAL("expr")so customer spreadsheets can embed EL into a cell.classDefault function that delegates a Keikai formula call to a TLD-defined EL function (registered via<?taglib?>in the active ZUL).Fields in io.keikaiex.formula declared as FreeRefFunctionMethods in io.keikaiex.formula that return FreeRefFunctionModifier and TypeMethodDescriptionZKUDFFinder.findFunction(String name) Resolve a function name to its registered implementation.Methods in io.keikaiex.formula with parameters of type FreeRefFunctionModifier and TypeMethodDescriptionstatic voidZKUDFFinder.putFunction(String name, FreeRefFunction fn) Register a custom user-defined function.static voidZKUDFFinder.putKeikaiFunction(String name, FreeRefFunction fn) Deprecated.
ZKUDFFinder.putFunction(String, FreeRefFunction); the method-name distinction was needed only while the POI-typed overload coexisted.