We actually already have a number of skin methods in TableView.Skin
and TableViewHeader.Skin, so adding this would not be a big deal.
On Aug 26, 2009, at 4:53 PM, Todd Volkert wrote:
On the other hand, this would have to be a skin pass-through
method, since
the skin (especially the TableViewHeader skin) may want to apply some
additional padding or spacing around the renderer. So we'd need to
add these
methods to TableView.Skin and TableViewHeader.Skin.
Yep. Given the other skin methods we've added to other classes, I'd
think
that these methods would make sense.