Re: How do I add general Button or Label widget into CellTable ?

2011-09-15 Thread Jeff Larsen
Short answer is no. Long answer is yes, but it will take you far more time to implement than you want. If you wanted to use similar implementations, you could change your button implementation to work with ButtonBase from the com.google.gwt.*widget*.client package. -- You received this mes

Re: How do I add general Button or Label widget into CellTable ?

2011-09-15 Thread Ashwin Desikan
On Thursday 15 September 2011 01:43:02 PM IST, suresh babu wrote: I have ImageButton which is extend by Button widget, so I want to use this ImageButton into my CellTable. Any way I can do this ?. On Thu, Sep 15, 2011 at 1:17 PM, Ashwin Desikan mailto:ashwin.desi...@gmail.com>> wrote:

Re: How do I add general Button or Label widget into CellTable ?

2011-09-15 Thread suresh babu
I have ImageButton which is extend by Button widget, so I want to use this ImageButton into my CellTable. Any way I can do this ?. On Thu, Sep 15, 2011 at 1:17 PM, Ashwin Desikan wrote: > Why do u want 2 use a label & button inplae of TextCell /ButtonCell? > > You can always create your cust

Re: How do I add general Button or Label widget into CellTable ?

2011-09-15 Thread Ashwin Desikan
Why do u want 2 use a label & button inplae of TextCell /ButtonCell? You can always create your custom cell by extending one of the abstract cell classes Thanks Ashwin Sent from my iPhone On Sep 15, 2011, at 12:31 PM, suresh babu wrote: > Hi, > > I would like to use general Button, and Lab