views:

19

answers:

1

I'd like to set the text in DisclosurePanel's header without having to re-construct the image/icon used by the default header.

Using customHeader means the arrow-icon is lost, in other words that seems like unreasonable amount of extra work.

EDIT: There's actually method for that, getHeaderTextAccessor(String)

A: 

getHeaderTextAccessor(String)

Jaroslav Záruba