| Package | Description |
|---|---|
| org.zkoss.zss.model |
ZK Spreadsheet Internal Book Model classes.
|
| org.zkoss.zss.model.impl |
ZK Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.zss.range |
ZK Spreadsheet Internal Range API classes.
|
| org.zkoss.zss.range.impl |
ZK Spreadsheet Internal Range API Implementation classes.
|
| org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
SAutoFilter |
STable.createAutoFilter()
Creates a new auto filter for this table the old one will be drop directly.
|
SAutoFilter |
SSheet.createAutoFilter(CellRegion region)
Creates a new auto filter, the old one will be drop directly.
|
SAutoFilter |
STable.getAutoFilter()
Gets the auto filter information if there is.
|
SAutoFilter |
SSheet.getAutoFilter()
Gets the auto filter information if there is.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAutoFilterAdv |
class |
AutoFilterImpl
The auto fitler implement
|
| Modifier and Type | Method and Description |
|---|---|
SAutoFilter |
TableImpl.createAutoFilter() |
SAutoFilter |
TableImpl.DummyTable.createAutoFilter() |
SAutoFilter |
SheetImpl.createAutoFilter(CellRegion region) |
SAutoFilter |
SheetImpl.getAutoFilter() |
SAutoFilter |
TableImpl.getAutoFilter() |
SAutoFilter |
TableImpl.DummyTable.getAutoFilter() |
| Modifier and Type | Method and Description |
|---|---|
SAutoFilter |
SRange.enableAutoFilter(boolean enable)
Enable the auto filter and return it, get null if you disable it.
|
SAutoFilter |
SRange.enableAutoFilter(int field,
SAutoFilter.FilterOp filterOp,
Object criteria1,
Object criteria2,
Boolean showButton)
Filters a list specified by this Range and returns an AutoFilter object.
|
| Modifier and Type | Method and Description |
|---|---|
SAutoFilter |
RangeImpl.enableAutoFilter(boolean enable) |
SAutoFilter |
RangeImpl.enableAutoFilter(int field,
SAutoFilter.FilterOp filterOp,
Object criteria1,
Object criteria2,
Boolean visibleDropDown) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExcelXlsxExporter.exportFilterColumns(org.zkoss.poi.xssf.usermodel.XSSFAutoFilter poiAutoFilter,
SAutoFilter autoFilter,
int numberOfColumn) |
protected void |
AbstractExcelImporter.importAutoFilterColumns(org.zkoss.poi.ss.usermodel.AutoFilter poiFilter,
SAutoFilter zssFilter,
int numberOfColumn) |
Copyright © 2019. All rights reserved.