public class Filter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Filter.Match |
static class |
Filter.Type |
Constructor and Description |
---|
Filter() |
Filter(Filter.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
addFilterEntry(java.lang.String sheetName,
java.lang.String expression,
Filter.Match match) |
boolean |
isItemFiltered(java.lang.String sheet,
java.lang.String name) |
void |
setType(Filter.Type type) |
public Filter()
public Filter(Filter.Type type)
public void addFilterEntry(java.lang.String sheetName, java.lang.String expression, Filter.Match match)
public boolean isItemFiltered(java.lang.String sheet, java.lang.String name)
public void setType(Filter.Type type)