Re: Gwt 2.1 cell widget for my requirment ?

2010-11-17 Thread Thomas Broyer


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.



Re: Gwt 2.1 cell widget for my requirment ?

2010-11-17 Thread suersh babu
Thanks for your reply,  As I need to have a suggestion box in a row, so I am
implementing
 with flex table not in cell widget.



On Wed, Nov 17, 2010 at 5:27 PM, Thomas Broyer t.bro...@gmail.com wrote:



 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
*Regards

Suresh Babu G*

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



Gwt 2.1 cell widget for my requirment ?

2010-11-16 Thread suersh babu
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 ?


-- 
*Regards

Suresh Babu G*

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



Re: Gwt 2.1 cell widget for my requirment ?

2010-11-16 Thread zixzigma
I think you can do it with FlexTable.

It is my understanding that CellWidgets are better for times when you
have a list of data and you want to show it.

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