I am a newbie to GWT … need some help in understanding the below class –
What is the use of GWT ClickableTextCell ??
Is there something specific use of it. It uses something called FieldUpdater, why is that used ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A
ClickableTextCellis a specific kind of cell. You can see a demo of all the different kinds of cells in this GWT showcase.This GWT documentation explains what cell widgets are for, goes over all of the different types, and also has examples of how to use them and the
ValueUpdatertype.