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.