Class UtilFns

java.lang.Object
io.keikai.ui.fn.UtilFns

public class UtilFns extends Object
Deprecated.
since 3.0.0
This class is for Spreadsheet Taglib use only, don't use it as a utility .
Author:
Dennis.Chen
  • Constructor Details

    • UtilFns

      public UtilFns()
      Deprecated.
  • Method Details

    • getColumntitle

      public static String getColumntitle(Spreadsheet ss, int index)
      Deprecated.
      Gets Column name of a sheet
    • getRowtitle

      public static String getRowtitle(Spreadsheet ss, int index)
      Deprecated.
      Gets Row name of a sheet
    • getRowBegin

      public static Integer getRowBegin(Spreadsheet ss)
      Deprecated.
    • getRowEnd

      public static Integer getRowEnd(Spreadsheet ss)
      Deprecated.
    • getColBegin

      public static Integer getColBegin(Spreadsheet ss)
      Deprecated.
    • getColEnd

      public static Integer getColEnd(Spreadsheet ss)
      Deprecated.
    • getTopHeaderHiddens

      public static Boolean getTopHeaderHiddens(Spreadsheet ss, int col)
      Deprecated.
    • getLeftHeaderHiddens

      public static Boolean getLeftHeaderHiddens(Spreadsheet ss, int row)
      Deprecated.