Package io.keikaiex.ui.impl
Class CellDisplayLoaderImpl
- java.lang.Object
-
- io.keikaiex.ui.impl.CellDisplayLoaderImpl
-
- All Implemented Interfaces:
CellDisplayLoader
,Serializable
public class CellDisplayLoaderImpl extends Object implements CellDisplayLoader, Serializable
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CellDisplayLoaderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCellHtmlText(SSheet sheet, int row, int column)
return the html text for this cellString
getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
-
-
-
Method Detail
-
getCellHtmlText
public String getCellHtmlText(SSheet sheet, int row, int column)
Description copied from interface:CellDisplayLoader
return the html text for this cell- Specified by:
getCellHtmlText
in interfaceCellDisplayLoader
- Returns:
- the html text or null if the cell is not support to show it.
-
getCellHtmlText
public String getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
- Specified by:
getCellHtmlText
in interfaceCellDisplayLoader
- Returns:
-
-