I want to fully expand or restore a GWT HorizontalSplitPanel when the user double clicks in the panel thumb.
I was planning to extend the HorizonTalSplitPanel to add this behavior, but since it's a final class, it's not possible.
Does anybody knows a way to implement this behavior?
Thanks.