I forgot to mention earlier that we have talked about adding a
"closeable" property to TabPane or style to TerraTabPaneSkin...in
conjunction with a renderer, might that be sufficient for the most
common use cases?
On Apr 9, 2009, at 4:53 PM, Noel Grandin wrote:
OK, so I got most of the way into implementing your idea, when I
realised that a renderer is not going to be sufficient - what I
ideally what is to be able to put __active__ components onto the title
tab e.g. close buttons, or even whackier stuff.
So a renderer doesn't quite work, because it can't react to
mouse/keyboard events.
Any suggestions?
On Thu, Apr 9, 2009 at 17:55, Greg Brown <[email protected]> wrote:
This would probably be best implemented by providing a
TabPane.TabRenderer interface, similar to what we do elsewhere.
TabPane.TabPaneAttributes would change to define a single tabData
property (as an Object) instead of separate icon and name properties.