A few ways to do it, depending on how flexible you want to be able to
put data in/change it/

You  could, for example, just use a simple grid widget (2 x However
many rows you need).
Then setting contents at particularly cells is easy.

Or, you could use a horizontal panel containing two vertical panels.
(Adding new entrys to specific sides is then as easy as just adding
new items to the left or right panel).

Or you could use a vertical panel filled with lots of horizontal
panels.....each horizontal panel containing a label and tab index.
You could even make a new object for that horizontal sub-panel.

Lots of options.


On Jul 21, 2:41 am, Rahul <[email protected]> wrote:
> Hi,
> i want to create an horizontal split with an list of Labels on left
> side and an tab index on the right side.
>
> I would like to know which panel should be best for it , horizontal
> spilt panel or dock panel? or any other?
>
> how to add more widgets on one side of horizontal spilt panel. i was
> trying the setLeft option but it only allows the last one to display
>
> thanks
--~--~---------~--~----~------------~-------~--~----~
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