Questions tagged [gwt-edittext]
2 questions
1
vote
4 answers
How to add multiple lines of text in GWT celltable EditTextCell?
I have a celltable displayed with data. I want to edit the cells to give information in multiple lines.
Example:
key1=value1| In next line add anoter key:
key2=value2|
After editing the values, when the celltable is displayed/ redrawn then the…

Madhusudan G
- 11
- 1
- 2
1
vote
1 answer
GWT: Adding a value change listener to EditTextCell widget
I want to do validation for EditTextCell widget in the grid. So I am trying to extend the EditTextCell and add a value change listener to the same, so that I can continue with the validation. But I am unable to add the same. Any help would be…

Abhijith Nagaraja
- 3,370
- 6
- 27
- 55