Package io.keikai.ui.impl
Class SimpleCellDisplayLoader
- java.lang.Object
-
- io.keikai.ui.impl.SimpleCellDisplayLoader
-
- All Implemented Interfaces:
CellDisplayLoader
public class SimpleCellDisplayLoader extends Object implements CellDisplayLoader
- Since:
- 3.0.0
- Author:
- dennis
-
-
Constructor Summary
Constructors Constructor Description SimpleCellDisplayLoader()
-
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:
-
-