Class DataValidationEvaluator.DataValidationContext

  • Enclosing class:
    DataValidationEvaluator

    public static class DataValidationEvaluator.DataValidationContext
    extends java.lang.Object
    This class organizes and encapsulates all the pieces of information related to a single data validation configuration for a single cell. It cleanly separates the validation region, the cells it applies to, the specific cell this instance references, and the validation configuration and current values if applicable.
    • Method Detail

      • getValidation

        public DataValidation getValidation()
        Returns:
        the dv
      • getTarget

        public CellReference getTarget()
        Returns:
        the target
      • getOffsetColumns

        public int getOffsetColumns()
      • getOffsetRows

        public int getOffsetRows()
      • getSheetIndex

        public int getSheetIndex()
      • getFormula1

        public java.lang.String getFormula1()
      • getFormula2

        public java.lang.String getFormula2()
      • getOperator

        public int getOperator()