Focus is a bad approach for touch devices so we don't usually use it. If 
you look at the sample code in the Table JavaDoc 
https://www.codenameone.com/javadoc/com/codename1/ui/table/Table.html

You will see how we work with cells individually. Unlike the swing approach 
of renderer/editor we literally return the component instance and you can 
bind a listener to that. It's not as "hugely scalalble" as the Swing 
approach but if you plan to have 1000 cells on a mobile device this will be 
a usability nightmare.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/8cbdd199-ba93-4786-91dc-6cdef3cd71a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to