Package io.keikai.model.impl
Class TableImpl.DummyTable
java.lang.Object
io.keikai.model.impl.TableImpl.DummyTable
- All Implemented Interfaces:
STable,org.apache.poi.ss.usermodel.Table
- Enclosing class:
- TableImpl
-
Field Summary
Fields inherited from interface org.apache.poi.ss.usermodel.Table
isStructuredReference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumn(STableColumn column) booleancontains(org.apache.poi.ss.util.CellReference cell) Creates a new auto filter for this table the old one will be drop directly.voidDelete current autofilter if it hasvoidenableAutoFilter(boolean enable) intfindColumnIndex(String columnHeader) Gets the auto filter information if there is.getBook()getColumnAt(int colIdx) getColumnsRegion(String columnName1, String columnName2) intintintgetItemRegion(org.apache.poi.ss.formula.ptg.TablePtg.Item item, int rowIdx) getName()intintorg.apache.poi.ss.usermodel.TableStyleInfogetStyle()getThisRowRegion(int rowIdx) intbooleanvoidsetDisplayName(String name) voidsetHeaderRowCount(int count) voidvoidsetTotalsRowCount(int count) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.ss.usermodel.Table
contains
-
Constructor Details
-
DummyTable
-
-
Method Details
-
getBook
-
getAutoFilter
Description copied from interface:STableGets the auto filter information if there is.- Specified by:
getAutoFilterin interfaceSTable- Returns:
- the auto filter, or null if not found
-
enableAutoFilter
public void enableAutoFilter(boolean enable) - Specified by:
enableAutoFilterin interfaceSTable
-
createAutoFilter
Description copied from interface:STableCreates a new auto filter for this table the old one will be drop directly.- Specified by:
createAutoFilterin interfaceSTable- Returns:
- the new auto filter.
-
deleteAutoFilter
public void deleteAutoFilter()Description copied from interface:STableDelete current autofilter if it has- Specified by:
deleteAutoFilterin interfaceSTable
-
addColumn
-
getColumns
- Specified by:
getColumnsin interfaceSTable
-
getColumnAt
- Specified by:
getColumnAtin interfaceSTable
-
getTableStyleInfo
- Specified by:
getTableStyleInfoin interfaceSTable
-
getTotalsRowCount
public int getTotalsRowCount()- Specified by:
getTotalsRowCountin interfaceSTable- Specified by:
getTotalsRowCountin interfaceorg.apache.poi.ss.usermodel.Table
-
setTotalsRowCount
public void setTotalsRowCount(int count) - Specified by:
setTotalsRowCountin interfaceSTable
-
getHeaderRowCount
public int getHeaderRowCount()- Specified by:
getHeaderRowCountin interfaceSTable- Specified by:
getHeaderRowCountin interfaceorg.apache.poi.ss.usermodel.Table
-
setName
-
getDisplayName
- Specified by:
getDisplayNamein interfaceSTable
-
setDisplayName
- Specified by:
setDisplayNamein interfaceSTable
-
getAllRegion
- Specified by:
getAllRegionin interfaceSTable
-
getDataRegion
- Specified by:
getDataRegionin interfaceSTable
-
getColumnsRegion
- Specified by:
getColumnsRegionin interfaceSTable
-
getHeadersRegion
- Specified by:
getHeadersRegionin interfaceSTable
-
getTotalsRegion
- Specified by:
getTotalsRegionin interfaceSTable
-
getThisRowRegion
- Specified by:
getThisRowRegionin interfaceSTable
-
getItemRegion
- Specified by:
getItemRegionin interfaceSTable
-
getStyle
public org.apache.poi.ss.usermodel.TableStyleInfo getStyle()- Specified by:
getStylein interfaceorg.apache.poi.ss.usermodel.Table
-
contains
public boolean contains(org.apache.poi.ss.util.CellReference cell) - Specified by:
containsin interfaceorg.apache.poi.ss.usermodel.Table
-
setHeaderRowCount
public void setHeaderRowCount(int count) - Specified by:
setHeaderRowCountin interfaceSTable
-
getStartColIndex
public int getStartColIndex()- Specified by:
getStartColIndexin interfaceorg.apache.poi.ss.usermodel.Table
-
getStartRowIndex
public int getStartRowIndex()- Specified by:
getStartRowIndexin interfaceorg.apache.poi.ss.usermodel.Table
-
getEndColIndex
public int getEndColIndex()- Specified by:
getEndColIndexin interfaceorg.apache.poi.ss.usermodel.Table
-
getEndRowIndex
public int getEndRowIndex()- Specified by:
getEndRowIndexin interfaceorg.apache.poi.ss.usermodel.Table
-
getName
-
getStyleName
- Specified by:
getStyleNamein interfaceorg.apache.poi.ss.usermodel.Table
-
findColumnIndex
- Specified by:
findColumnIndexin interfaceorg.apache.poi.ss.usermodel.Table
-
getSheetName
- Specified by:
getSheetNamein interfaceorg.apache.poi.ss.usermodel.Table
-
isHasTotalsRow
public boolean isHasTotalsRow()- Specified by:
isHasTotalsRowin interfaceorg.apache.poi.ss.usermodel.Table
-