tags:

views:

18

answers:

0

Hey there-

Okay so here's the situation. I have a HorizontalSplitPanel with a AbsolutePanel on the left. Within this AbsolutePanel I have a tree structure, where each node is a unique FocusPanel. Is there a quick and easy way to have these FocusPanels act as if they were words, and would wrap if I move the horizontal divider over some of the text in these FocusPanels?

I'm trying to avoid having to write out resize listeners, and I'm hoping there's an easy CSS trick or GWT call that I'm not aware of.

Thanks!