gwt2
GWT's CellTable loading bar won't display while refreshing contents
I do the following: Create the CellTable (loading bar displays) Put data in it (loading bar disappears, data appears)[详细]
2023-02-17 13:42 分类:问答Editors framework and MVP
Is there a conflict in development or architecture that prevents me from using Editors inside the View in a GWT MVP application?[详细]
2023-02-16 18:32 分类:问答GWT ERROR: java.lang.RuntimeException: Deferred binding failed for 'com.google.gwt.maps.client.impl.MapImpl'
I am getting the error... java.lang.RuntimeException: Deferred binding failed for \'com.google.gwt.maps.client.impl.MapImpl\' (did you forget to inherit a[详细]
2023-02-16 12:39 分类:问答Browser level scroll bars are completely disabled when using RootLayoutPanel in GWT 2.1.1, how do I re-enabled them?
I am working with GWT 2.1.1, every time I use RootLayoutPanel instead of RootPanel in my EntryPoint class, the scroll bars for the browser gets completely disabled, so when my content doesn\'t fit on[详细]
2023-02-16 04:28 分类:问答GWT Anchor to Place?
In a GWT 2.1+ app, how can I g开发者_StackOverflow中文版enerate a link to a place for external consumption?[详细]
2023-02-15 16:38 分类:问答Dependency injection not working in gwt 2.1
I have a new project where I am using GWT-Views like Composite, etc. I have injected the items in the main menu (like ProductList below) using GinInjector. This works fine![详细]
2023-02-15 06:10 分类:问答Is there a `AcceptsOneWidget` which also `ProvidesResze` (other than `ScrollPanel`)?
I have a composite which extends ResizeComposite and has a DockLayoutPanel as its root.I can stick it directly into RootLayoutPanel and it works because DockLayoutPanel ProvidesResize.[详细]
2023-02-14 09:18 分类:问答Running GWT Speedtracer without Jetty
We are trying to run the GWT (2.1) Speedtracer, but have trouble with it, since Jetty doesn\'t accept our JDBC resources (they work fine in Tomcat) - probably because the JAR containing the drivers is[详细]
2023-02-12 20:23 分类:问答how to integrate or call or interface with a 3rd party widget within a GWT app?
I am making an app in GWT. It is like a dashboard and will have out of the widgets. Now when we ship this out, there is a use case that the customer might want to create their own GWT widget and use[详细]
2023-02-10 23:35 分类:问答GWT, Enum, RadioButton and Editors framework
Here is the problem: I have a bean and this bean have a enum property: enum E { ONE, TWO, THREE; } class A implements Serializable {[详细]
2023-02-10 01:06 分类:问答