Gets the value filter setting. Specifies which DataField the current field is filtered by. The value represents the index of the referenced DataField in the DataFields collection.
Sets the value filter setting. Specifies which DataField the current field is filtered by. The value represents the index of the referenced DataField in the DataFields collection.
Parameters:
appliedDataField - the applied data field index
getWholeDayFilter
publicbooleangetWholeDayFilter()
Gets a value indicating whether the date filter should use whole days in its filtering criteria.
Returns:
true if the date filter should use whole days, false otherwise
Sets a value indicating whether the date filter should use whole days in its filtering criteria.
Parameters:
wholeDayFilter - true if the date filter should use whole days, false otherwise
getIsTop10Type
publicbooleangetIsTop10Type()
Gets a value indicating the selection direction of the 'top 10 filter'. 'True' means selecting the top n items, and 'false' means selecting the bottom n items. The default value is 'true'.
Returns:
true if selecting the top n items, false if selecting the bottom n items
setIsTop10Type
publicvoidsetIsTop10Type(boolean isTop10Type)
Sets a value indicating the selection direction of the 'top 10 filter'. 'True' means selecting the top n items, and 'false' means selecting the bottom n items. The default value is 'true'.
Parameters:
isTop10Type - true if selecting the top n items, false if selecting the bottom n items