org.zkoss.zss.ui.fn
Class UtilFns

java.lang.Object
  extended by org.zkoss.zss.ui.fn.UtilFns

public class UtilFns
extends java.lang.Object

This class is for Spreadsheet Taglib use only, don't use it as a utility .

Author:
Dennis.Chen

Constructor Summary
UtilFns()
           
 
Method Summary
static java.lang.String getCellFormatText(Spreadsheet ss, int row, int column)
           
static java.lang.String getCelltext(Spreadsheet ss, int row, int column)
          Gets Cell text by given row and column
static java.lang.Integer getColBegin(Spreadsheet ss)
           
static java.lang.Integer getColEnd(Spreadsheet ss)
           
static java.lang.String getColumntitle(Spreadsheet ss, int index)
          Gets Column name of a sheet
static java.lang.String getEdittext(Spreadsheet ss, int row, int column)
           
static java.lang.Boolean getLeftHeaderHiddens(Spreadsheet ss, int row)
           
static java.lang.Integer getRowBegin(Spreadsheet ss)
           
static java.lang.Integer getRowEnd(Spreadsheet ss)
           
static java.lang.String getRowtitle(Spreadsheet ss, int index)
          Gets Row name of a sheet
static java.lang.Boolean getTopHeaderHiddens(Spreadsheet ss, int col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilFns

public UtilFns()
Method Detail

getColumntitle

public static java.lang.String getColumntitle(Spreadsheet ss,
                                              int index)
Gets Column name of a sheet


getRowtitle

public static java.lang.String getRowtitle(Spreadsheet ss,
                                           int index)
Gets Row name of a sheet


getCelltext

public static java.lang.String getCelltext(Spreadsheet ss,
                                           int row,
                                           int column)
Gets Cell text by given row and column


getCellFormatText

public static java.lang.String getCellFormatText(Spreadsheet ss,
                                                 int row,
                                                 int column)

getEdittext

public static java.lang.String getEdittext(Spreadsheet ss,
                                           int row,
                                           int column)

getRowBegin

public static java.lang.Integer getRowBegin(Spreadsheet ss)

getRowEnd

public static java.lang.Integer getRowEnd(Spreadsheet ss)

getColBegin

public static java.lang.Integer getColBegin(Spreadsheet ss)

getColEnd

public static java.lang.Integer getColEnd(Spreadsheet ss)

getTopHeaderHiddens

public static java.lang.Boolean getTopHeaderHiddens(Spreadsheet ss,
                                                    int col)

getLeftHeaderHiddens

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


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