org.zkoss.zss.formula
Class NoCacheClassifier

java.lang.Object
  extended by org.zkoss.zss.formula.NoCacheClassifier
All Implemented Interfaces:
org.zkoss.poi.ss.formula.IStabilityClassifier

public class NoCacheClassifier
extends java.lang.Object
implements org.zkoss.poi.ss.formula.IStabilityClassifier

A classfier to deny caching of formula evaluation.

Author:
henrichen

Field Summary
static org.zkoss.poi.ss.formula.IStabilityClassifier instance
           
 
Fields inherited from interface org.zkoss.poi.ss.formula.IStabilityClassifier
TOTALLY_IMMUTABLE
 
Method Summary
 boolean isCellFinal(int sheetIndex, int rowIndex, int columnIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final org.zkoss.poi.ss.formula.IStabilityClassifier instance
Method Detail

isCellFinal

public boolean isCellFinal(int sheetIndex,
                           int rowIndex,
                           int columnIndex)
Specified by:
isCellFinal in interface org.zkoss.poi.ss.formula.IStabilityClassifier


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