Uses of Interface
io.keikai.model.STable
-
Packages that use STable Package Description io.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.formula Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.ui.impl Classes for implementing Keikai Spreadsheet UI Components (implementation only).io.keikaiex.formula Classes bridging Keikai Spreadsheet formula functions to ZK EL functions. -
-
Uses of STable in io.keikai.importer
Methods in io.keikai.importer with parameters of type STable Modifier and Type Method Description protected void
XlsxImporter. importTableName(STable table)
-
Uses of STable in io.keikai.model
Methods in io.keikai.model that return types with arguments of type STable Modifier and Type Method Description List<STable>
SSheet. getTables()
Get tables in this sheetMethods in io.keikai.model with parameters of type STable Modifier and Type Method Description void
SSheet. addTable(STable table)
Add a new table -
Uses of STable in io.keikai.model.impl
Classes in io.keikai.model.impl that implement STable Modifier and Type Class Description class
AbstractTableAdv
class
TableImpl
static class
TableImpl.DummyTable
Methods in io.keikai.model.impl that return STable Modifier and Type Method Description abstract STable
AbstractBookAdv. getTable(String name)
STable
BookImpl. getTable(String name)
abstract STable
AbstractSheetAdv. getTableByRowCol(int rowIdx, int colIdx)
STable
SheetImpl. getTableByRowCol(int rowIdx, int colIdx)
abstract STable
AbstractBookAdv. removeTable(String name)
STable
BookImpl. removeTable(String name)
Methods in io.keikai.model.impl that return types with arguments of type STable Modifier and Type Method Description List<STable>
SheetImpl. getTables()
Methods in io.keikai.model.impl with parameters of type STable Modifier and Type Method Description abstract void
AbstractBookAdv. addTable(STable table)
void
BookImpl. addTable(STable table)
void
SheetImpl. addTable(STable table)
abstract SName
AbstractBookAdv. createTableName(STable table)
SName
BookImpl. createTableName(STable table)
abstract void
AbstractSheetAdv. removeTable(STable table)
void
SheetImpl. removeTable(STable table)
abstract String
AbstractBookAdv. setTableColumnName(STable table, String oldName, String newName)
String
BookImpl. setTableColumnName(STable table, String oldName, String newName)
Constructors in io.keikai.model.impl with parameters of type STable Constructor Description DummyTable(STable tb)
TableNameImpl(AbstractBookAdv book, STable table, String id, String name)
-
Uses of STable in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type STable Modifier and Type Method Description FormulaExpression
FormulaEngineImpl. renameColumnNameTablePtgs(FormulaExpression fexpr, STable table, String oldName, String newName, FormulaParseContext context)
-
Uses of STable in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula with parameters of type STable Modifier and Type Method Description FormulaExpression
FormulaEngine. renameColumnNameTablePtgs(FormulaExpression fexpr, STable table, String oldName, String newName, FormulaParseContext context)
-
Uses of STable in io.keikai.range.impl
Methods in io.keikai.range.impl that return STable Modifier and Type Method Description STable
AutoFilterUpdate. getTable()
Methods in io.keikai.range.impl with parameters of type STable Modifier and Type Method Description void
ModelUpdateCollector. addAutoFilterUpdate(SSheet sheet, STable table)
void
AutoFilterHelper. applyAutoFilter(STable table)
SAutoFilter
AutoFilterHelper. enableAutoFilter(STable table, int field, SAutoFilter.FilterOp filterOp, Object criteria1, Object criteria2, Boolean showButton)
SAutoFilter
AutoFilterHelper. enableTableFilter(STable table, boolean enable)
void
NotifyChangeHelper. notifySheetAutoFilterChange(SSheet sheet, STable table)
void
AutoFilterHelper. resetAutoFilter(STable table)
Constructors in io.keikai.range.impl with parameters of type STable Constructor Description AutoFilterUpdate(SSheet sheet, STable table)
-
Uses of STable in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type STable Modifier and Type Method Description String
CellFormatHelper. getHtmlStyle(StringBuffer doubleBorder, STable table, SCellStyle tbStyle, Map<String,String> mergedBorder)
boolean
CellFormatHelper. hasRightBorder(STable table, SCellStyle tbStyle)
-
Uses of STable in io.keikaiex.formula
Methods in io.keikaiex.formula with parameters of type STable Modifier and Type Method Description FormulaExpression
FormulaEngineEx. renameColumnNameTablePtgs(FormulaExpression fe, STable table, String oldName, String newName, FormulaParseContext context)
-