Package io.keikai.model.impl
Class TableImpl.DummyTable
java.lang.Object
io.keikai.model.impl.TableImpl.DummyTable
- All Implemented Interfaces:
STable
- Enclosing class:
- TableImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumn(STableColumn column) Creates a new auto filter for this table the old one will be drop directly.voidDelete current autofilter if it hasvoidenableAutoFilter(boolean enable) Gets the auto filter information if there is.getBook()getColumnAt(int colIdx) getColumnsRegion(String columnName1, String columnName2) intgetItemRegion(STableItem item, int rowIdx) getName()getThisRowRegion(int rowIdx) intvoidsetDisplayName(String name) voidsetHeaderRowCount(int count) voidvoidsetTotalsRowCount(int count)
-
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
-
setTotalsRowCount
public void setTotalsRowCount(int count) - Specified by:
setTotalsRowCountin interfaceSTable
-
getHeaderRowCount
public int getHeaderRowCount()- Specified by:
getHeaderRowCountin interfaceSTable
-
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
-
setHeaderRowCount
public void setHeaderRowCount(int count) - Specified by:
setHeaderRowCountin interfaceSTable
-
getName
-