| Author |
how to convert flextable cell into editable textcell
|
archana gangaiah
Greenhorn
Joined: Nov 02, 2010
Posts: 15
|
|
here is the code I tried to make the flextable's cell editable using the below code .The flex table is loaded with db values, when user clicks on the cell of flextable, it has to become editable and the user entered value has to be stored in db after he clicks submit button which is present in each row.
I'm using EditTextCell(), to make the cell editable but it not reflecting when I test it. I have included all my codes below. Please let me know , if i'm missing anything.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
Thanks for wasting my time.
Cross posted here http://stackoverflow.com/questions/6832464/how-to-convert-flextable-cell-into-editable-text-cell-in-gwt
Please read http://www.coderanch.com/how-to/java/BeForthrightWhenCrossPostingToOtherSites
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
archana gangaiah
Greenhorn
Joined: Nov 02, 2010
Posts: 15
|
|
|
I apologize for cross posting. I assure you that this will never happen in future.
|
 |
archana gangaiah
Greenhorn
Joined: Nov 02, 2010
Posts: 15
|
|
Here is the code that worked for me. If you want the cell to be editable use EditTextCell otherwise use TextCell
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
Thank you for sharing the solution
|
 |
 |
|
|
subject: how to convert flextable cell into editable textcell
|
|
|