Package io.keikai.ui.fn
Class UtilFns
- java.lang.Object
-
- io.keikai.ui.fn.UtilFns
-
public class UtilFns extends Object
Deprecated.since 3.0.0This class is for Spreadsheet Taglib use only, don't use it as a utility .- Author:
- Dennis.Chen
-
-
Constructor Summary
Constructors Constructor Description UtilFns()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Integer
getColBegin(Spreadsheet ss)
Deprecated.static Integer
getColEnd(Spreadsheet ss)
Deprecated.static String
getColumntitle(Spreadsheet ss, int index)
Deprecated.Gets Column name of a sheetstatic Boolean
getLeftHeaderHiddens(Spreadsheet ss, int row)
Deprecated.static Integer
getRowBegin(Spreadsheet ss)
Deprecated.static Integer
getRowEnd(Spreadsheet ss)
Deprecated.static String
getRowtitle(Spreadsheet ss, int index)
Deprecated.Gets Row name of a sheetstatic Boolean
getTopHeaderHiddens(Spreadsheet ss, int col)
Deprecated.
-
-
-
Method Detail
-
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.
-
-