FilterColumnModel
Overview
FilterColumnModel is a class in Aspose.Cells FOSS for Java.
Represents the FilterColumnModel component.
This class provides 14 methods for working with FilterColumnModel objects in Java programs.
Available methods include: FilterColumnModel, clearCriteria, getColorFilter, getColumnIndex, getCustomFilters, getDynamicFilter, getFilters, getHiddenButton, getTop10, hasStoredState, isCustomFiltersAnd, setColumnIndex, and 2 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: colorFilter, columnIndex, customFilters, customFiltersAnd, dynamicFilter, filters, and 2 more.
Description
FilterColumnModel is a class in the Aspose.Cells FOSS library for Java that exposes 13 methods and 8 properties for programmatic use.
Core capabilities include: boolean; list<string>; list<autofiltercustomfiltermodel>. These operations enable developers to integrate filtercolumnmodel functionality directly into Java applications.
The class also provides the columnIndex property (returns the column index), the hiddenButton property (returns the hidden button), the filters property (returns the filters).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
columnIndex | int | Read | Returns the column index. |
hiddenButton | boolean | Read | Returns the hidden button. |
filters | List<String> | Read | Returns the filters. |
customFilters | List<AutoFilterCustomFilterModel> | Read | Returns the custom filters. |
customFiltersAnd | boolean | Read | Indicates whether custom filters and. |
colorFilter | AutoFilterColorFilterModel | Read | Returns the color filter. |
dynamicFilter | AutoFilterDynamicFilterModel | Read | Returns the dynamic filter. |
top10 | AutoFilterTop10Model | Read | Returns the top 10. |
Methods
| Signature | Description |
|---|---|
FilterColumnModel() | Initializes a new FilterColumnModel instance. |
getColumnIndex() → int | Returns the column index. |
setColumnIndex(value: int) | Sets the column index. |
getHiddenButton() → boolean | Returns the hidden button. |
setHiddenButton(value: boolean) | Sets the hidden button. |
getFilters() → List<String> | Returns the filters. |
getCustomFilters() → List<AutoFilterCustomFilterModel> | Returns the custom filters. |
isCustomFiltersAnd() → boolean | Indicates whether custom filters and. |
setCustomFiltersAnd(value: boolean) | Sets the custom filters and. |
getColorFilter() → AutoFilterColorFilterModel | Returns the color filter. |
getDynamicFilter() → AutoFilterDynamicFilterModel | Returns the dynamic filter. |
getTop10() → AutoFilterTop10Model | Returns the top 10. |
clearCriteria() | Clears the current state maintained by this object. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |