<g:DockLayoutPanel ui:field="panel" unit="PX"> ... ... ... ... </g:DockLayoutPanel>
then in java @UiField DockLayoutPanel panel; and now you have access to all the DockLayout panel APIs so you can hide etc. On Nov 18, 12:48 pm, zixzigma <[email protected]> wrote: > I tried that, but it appears although westPanel becomes hidden (as > expected setVisible(False)), > the west region still takes up space. > My guess is since in UiBinder regions must be explicitly sized, eg: > <g:west size='6'> > hiding/removing a SimplePanel within a region does not mean the region > itself is hidden//removed ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
