You can try below example:

VerticalPanel vp = new VerticalPanel();
vp.setStyleName("Seperator");
Tool.add(vp);  // Tool is your holder of group elements

In your css, please add:

.Seperator {
   /* 1px width, solid silver color separator */
    background: 1px solid silver;
    width: 1px;
    height: 100%;
}

Best
Kevin


On Tue, Dec 16, 2008 at 12:04 AM, Arul
<[email protected]>wrote:

>
> Hi,
>  I tried but no solution found.
> Here I need to group elements after that I need to draw line between
> different groups.
>
> I believe there must be easy way to do that. It would be nice if
> anyone send the code in GWT.
> what surprising is none of the examples not shown these kind of
> things.
>
>  Normally if a presentation layer is like VB then there would be
> component available in to have these features.
> Wonder why GWT does not have it.
>
> Thanks
> Arul
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to