Question

After watching this Google I/O video on GWT performance it is obvious that the GWT team wants developers to embrace the so-called "Cell Widgets" over normal (clunkier, slower) widgets.

I'm new to GWT and am using GWT Designer to help acclimate me better and learn the API. In the GWT Designer palette, there is a section for Cell Widgets, however the selection to choose from is greatly restricted. For instance, if I want to end up with an HTML password field, my only option is PasswordTextBox from the normal (non-Cell) widget pane. There is no Cell-equivalent such as CellPasswordTextBox.

Is this because of some short-coming of GWT Designer? You'd think that if Google was promoting this Cell Widget "library" they'd have Cell-equivalents for every widget type. Is this not the case? Do developers have to deal with non-Cell widgets at some point? Just confused because it seems like I'm missing something obvious here. Thanks in advance!

Was it helpful?

Solution

The whole concept of the cell widgets is to make your own. There is no good intergration with the Designer - though I think there is some - but when you reach the level that enables you to write the custom Cell widgets you will not need it anyway.

Look here for further details.

A showcase with corresponding codes can be found here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top