On 17 nov, 05:42, suersh babu <sureshgbab...@gmail.com> wrote:
> Hi,
>
> I am using Gwt 2.1,  I have requirement such that each row which contains
> label, suggestion box, and text box. And
> this rows increased when you click on add new row button.
>
> So which one is good cell Widget for my requirement.
>
> Any suggestion ?

Well, depending on how you want your row "elements" laid out, either
CellList (with a CompositeCell) or CellTable, and using a TextCell for
the label, and TextInputCell for the text entry.
But Cell widgets cannot contain widgets, and there's no
"SuggestionCell" (yet?) so you cannot have a "suggestion box" in a
Cell widget.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to