It doesn't work. I think cell widgets in com.google.gwt.cell.client
are designed to work with their parent container such as CellTable.
The render method in the cell widgets are called by their parent
container during rendering process.
I want to implement the following features on one page:
First Name : TextInputCell
Last Name: TextInputCell
Date Of Birth: DatePickerCell
....
I would appreciate your solution.
On Jun 10, 1:58 pm, Thomas Broyer <[email protected]> wrote:
> Just like any widget, yes. They don't have any "integration" though (no
> @UiConstructor) though, and no specific parsers either, so you'd have to
> initialize most things from Java, including for some of them the
> instantiation (either through a @UiFactory method, or via
> @UiField(provided=true))
--
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.