Package io.keikai.ui.sys
Interface CellDisplayLoader
-
- All Known Implementing Classes:
CellDisplayLoaderImpl
,SimpleCellDisplayLoader
public interface CellDisplayLoader
- Since:
- 3.0.0
- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract 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
String getCellHtmlText(SSheet sheet, int row, int column)
return the html text for this cell- Returns:
- the html text or null if the cell is not support to show it.
-
getCellHtmlText
String getCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
- Parameters:
sheet
-row
-column
-ft
-tbStyle
-cdStyle
-- Returns:
- Since:
- 3.9.0
-
-