Package io.keikai.ui.impl
Class SimpleCellDisplayLoader
java.lang.Object
io.keikai.ui.impl.SimpleCellDisplayLoader
- All Implemented Interfaces:
CellDisplayLoader
- Since:
- 3.0.0
- Author:
- dennis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCellHtmlText(SSheet sheet, int row, int column) return the html text for this cellgetCellHtmlText(SSheet sheet, int row, int column, FormatResult ft, SCellStyle tbStyle, SConditionalStyle cdStyle)
-
Constructor Details
-
SimpleCellDisplayLoader
public SimpleCellDisplayLoader()
-
-
Method Details
-
getCellHtmlText
Description copied from interface:CellDisplayLoaderreturn the html text for this cell- Specified by:
getCellHtmlTextin 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:
getCellHtmlTextin interfaceCellDisplayLoader- Returns:
-