Sirisha,
As per standard IconFilterTab does not have enable disable, functionality, to add this functionality, extend iconfilterTab and add a property enabled.
you need to extend IconFilterTab with rendering process as
<ref of icon>.disabled =true;
Hope this will help you.