Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
FilterCriteria |
FilterCriteria.clone() |
FilterCriteria |
FilterSpec.getFilterCriteria()
The criteria for the column.
|
FilterCriteria |
SlicerSpec.getFilterCriteria()
The filtering criteria of the slicer.
|
FilterCriteria |
FilterCriteria.set(String fieldName,
Object value) |
FilterCriteria |
FilterCriteria.setCondition(BooleanCondition condition)
A condition that must be true for values to be shown.
|
FilterCriteria |
FilterCriteria.setHiddenValues(List<String> hiddenValues)
Values that should be hidden.
|
FilterCriteria |
FilterCriteria.setVisibleBackgroundColor(Color visibleBackgroundColor)
The background fill color to filter by; only cells with this fill color are shown.
|
FilterCriteria |
FilterCriteria.setVisibleBackgroundColorStyle(ColorStyle visibleBackgroundColorStyle)
The background fill color to filter by; only cells with this fill color are shown.
|
FilterCriteria |
FilterCriteria.setVisibleForegroundColor(Color visibleForegroundColor)
The foreground color to filter by; only cells with this foreground color are shown.
|
FilterCriteria |
FilterCriteria.setVisibleForegroundColorStyle(ColorStyle visibleForegroundColorStyle)
The foreground color to filter by; only cells with this foreground color are shown.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FilterCriteria> |
FilterView.getCriteria()
The criteria for showing/hiding values per column.
|
Map<String,FilterCriteria> |
BasicFilter.getCriteria()
The criteria for showing/hiding values per column.
|
Modifier and Type | Method and Description |
---|---|
FilterSpec |
FilterSpec.setFilterCriteria(FilterCriteria filterCriteria)
The criteria for the column.
|
SlicerSpec |
SlicerSpec.setFilterCriteria(FilterCriteria filterCriteria)
The filtering criteria of the slicer.
|
Modifier and Type | Method and Description |
---|---|
FilterView |
FilterView.setCriteria(Map<String,FilterCriteria> criteria)
The criteria for showing/hiding values per column.
|
BasicFilter |
BasicFilter.setCriteria(Map<String,FilterCriteria> criteria)
The criteria for showing/hiding values per column.
|
Copyright © 2011–2025 Google. All rights reserved.