gwt-2.4 Questions

3

Solved

I would like my GWT widget to be notified when its CSS animation is over. In plain HTML/Javascript this is easily done by registering an event handler like so: elem.addEventListener("webkitAni...
Bathetic asked 23/11, 2011 at 22:21

2

Solved

I'd like to setup a CellList so that clicking a row will toggle the selection. Such that multiple rows can be selected with out the need for holding the ctrl key. What do I need to change to get i...
Idiomorphic asked 26/10, 2011 at 14:5

1

Solved

Does GWT 2.4 support this case: @Entity class MyBase {...} @Entity class MyChild1 extends MyBase {...} @Entity class MyChild2 extends MyBase {...} ... @ProxyFor(MyBase.class) class MyBaseProxy ext...
Cheston asked 2/10, 2011 at 9:55
1

© 2022 - 2024 — McMap. All rights reserved.