All,

Ok, I've read the article at 
http://code.google.com/p/google-web-toolkit/wiki/CellBackedWIdgets
in dealing with the Cell-backed Widgets, and I can't say I'm any
better off than I was before reading it.

First, the following line:
getCell().setTabIndex(tabIndex);

doesn't work at all - it requires a typecast.

Second, I don't understand how/why the methods for the Appearance
interface are chosen.  Why are the methods called onHover and
onUnhover as opposed to, say onMouseOver and onMouseOut, or heck, any
other arbitrary names?

Third, and related to that, what determines the parameters for these
methods?  Who/what is calling them, and how would I know, for example,
that not only does the mouseover method need to be called onHover in
the interface, and how would I know that it would need to be passed in
a Context, and Element, and a String?

Is there some sort of tutorial on this that goes step by step and uses
examples?  I am really lost with this.

I've also read the Appearance Design Pattern article at Sencha as used
with GXT, but it doesn't clarify things much more over the original.

Thanks in advance....

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to