CellRenderer

I have a class that can disable certain rows in a list component. When I enabled them, I need to somehow re-render them so they appear enabled. Is there some sort of method that will do that? I thought it was redraw(), but that didnt work.