I just did something similar. I created a decorated layout panel. I extended Composite and implemented HasWidgets. So I can add child widgets to my decorated layout panel in uibinder (without ui:layer elements, but that's ok, mostly what I will be adding to my decorated layout panel is another layout panel or some other type of panel anyways. My decorated layout panel consists of an outer panel, a bunch of decorations (borders and corners basically) and an inner panel (where I forward the HasWidgets methods to). I hope that makes sense. I'm sure you could do something similar.
Dave On Mon, Jun 14, 2010 at 10:57 AM, lineman78 <[email protected]> wrote: > Does anyone know if there is a way to theme the new layout-based > panels? I.E. TabLayoutPanel to look like DecoratedTabPanel. I know > that they limited the amount of style classes involved in the new tab > panel, so I cannot figure out a way to retrofit the DecoratedTabPanel > styles to the TabLayoutPanel, such as rounded corner tabs. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
