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 <[email protected]> wrote: > Hi, > > I would like to use general Button, and Label widget inside the CellTable > column instead of Cell Type like > > Text > TextCell - A non-editable cell that displays text > ClickableTextCell - A text field; clicking on the cell causes its > ValueUpdater to be called > EditTextCell - A cell that initially displays text; when clicked, the text > becomes editable > TextInputCell - A field for entering text > Buttons, Checkboxes and Menus > ActionCell<C> - A button that takes a delegate to perform actions on mouseUp > ButtonCell - A button whose text is the data value > CheckboxCell - A checkbox that can be checked or unchecked > SelectionCell - A drop-down menu for selecting one of many choices > Dates > DateCell - A date that conforms to a specified date format > DatePickerCell - A date picker that displays a month calendar in which the > user can select a date > Images > ImageCell - A cell used to render an image URL > ImageResourceCell - A cell used to render an ImageResource > ImageLoadingCell - A cell used to render an image URL. A loading indicator is > initially displayed > Numbers > NumberCell - A number that conforms to a specified number format > Compositions > CompositeCell<C> - A composition of multiple Cells. > Decorators > IconCellDecorator<C> - A decorator that adds an icon to another Cell > > > Can somebody throw some light on this, Any help would be greatly > appreciated. > > 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 [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. -- 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.
