markuspedro
unread,Sep 15, 2010, 10:14:33 AM9/15/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt-mobile-webkit-users
Hi, i 've this problem,
If row is GenericRow object, i can get singular value by doing
row.getDouble("name").
This means that i must know the type of the column. (i think that this
is not well).
There's a way to get type of the column or to cast before the element
of row to string for example or get the element knowing the name of
the column?
Thx, marco