Class FilterCriteria
java.lang.Object
com.independentsoft.office.spreadsheet.FilterCriteria
The Class FilterCriteria.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the calendar type.Gets the date group items.Gets the filters.booleanisBlank()Checks if is blank.voidsetBlank(boolean blank)Sets the blank.voidsetCalendarType(CalendarType calendarType)Sets the calendar type.toString()
-
Constructor Details
-
FilterCriteria
public FilterCriteria()Instantiates a new filter criteria.
-
-
Method Details
-
clone
-
toString
-
getFilters
Gets the filters.- Returns:
- the filters
-
getDateGroupItems
Gets the date group items.- Returns:
- the date group items
-
isBlank
public boolean isBlank()Checks if is blank.- Returns:
- true, if is blank
-
setBlank
public void setBlank(boolean blank)Sets the blank.- Parameters:
blank- the new blank
-
getCalendarType
Gets the calendar type.- Returns:
- the calendar type
-
setCalendarType
Sets the calendar type.- Parameters:
calendarType- the new calendar type
-