Class FilterColumn
java.lang.Object
com.independentsoft.office.spreadsheet.FilterColumn
The Class FilterColumn.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color filter.intGets the column id.Gets the custom filters.Gets the dynamic filter.Gets the filter criteria.Gets the icon filter.getTop()Gets the top.booleanChecks if is hide button.booleanChecks if is show button.voidsetColorFilter(ColorFilter colorFilter)Sets the color filter.voidsetColumnID(int columnID)Sets the column id.voidsetCustomFilters(CustomFilters customFilters)Sets the custom filters.voidsetDynamicFilter(DynamicFilter dynamicFilter)Sets the dynamic filter.voidsetFilterCriteria(FilterCriteria filterCriteria)Sets the filter criteria.voidsetHideButton(boolean hideButton)Sets the hide button.voidsetIconFilter(IconFilter iconFilter)Sets the icon filter.voidsetShowButton(boolean showButton)Sets the show button.voidSets the top.toString()
-
Constructor Details
-
FilterColumn
public FilterColumn()Instantiates a new filter column.
-
-
Method Details
-
clone
-
toString
-
getColumnID
public int getColumnID()Gets the column id.- Returns:
- the column id
-
setColumnID
public void setColumnID(int columnID)Sets the column id.- Parameters:
columnID- the new column id
-
isHideButton
public boolean isHideButton()Checks if is hide button.- Returns:
- true, if is hide button
-
setHideButton
public void setHideButton(boolean hideButton)Sets the hide button.- Parameters:
hideButton- the new hide button
-
isShowButton
public boolean isShowButton()Checks if is show button.- Returns:
- true, if is show button
-
setShowButton
public void setShowButton(boolean showButton)Sets the show button.- Parameters:
showButton- the new show button
-
getColorFilter
Gets the color filter.- Returns:
- the color filter
-
setColorFilter
Sets the color filter.- Parameters:
colorFilter- the new color filter
-
getCustomFilters
Gets the custom filters.- Returns:
- the custom filters
-
setCustomFilters
Sets the custom filters.- Parameters:
customFilters- the new custom filters
-
getDynamicFilter
Gets the dynamic filter.- Returns:
- the dynamic filter
-
setDynamicFilter
Sets the dynamic filter.- Parameters:
dynamicFilter- the new dynamic filter
-
getFilterCriteria
Gets the filter criteria.- Returns:
- the filter criteria
-
setFilterCriteria
Sets the filter criteria.- Parameters:
filterCriteria- the new filter criteria
-
getIconFilter
Gets the icon filter.- Returns:
- the icon filter
-
setIconFilter
Sets the icon filter.- Parameters:
iconFilter- the new icon filter
-
getTop
Gets the top.- Returns:
- the top
-
setTop
Sets the top.- Parameters:
top- the new top
-