Uses of Class
com.google.gwt.core.shared.GWTBridge
-
Packages that use GWTBridge Package Description com.google.gwt.core.client Fundamental classes used in client-side GWT code.com.google.gwt.core.server com.google.gwt.core.shared -
-
Uses of GWTBridge in com.google.gwt.core.client
Subclasses of GWTBridge in com.google.gwt.core.client Modifier and Type Class Description class
GWTBridge
When running in Development Mode, acts as a bridge fromGWT
into the Development Mode environment. -
Uses of GWTBridge in com.google.gwt.core.server
Subclasses of GWTBridge in com.google.gwt.core.server Modifier and Type Class Description class
ServerGwtBridge
Implements GWT.* methods for the server. -
Uses of GWTBridge in com.google.gwt.core.shared
Methods in com.google.gwt.core.shared with parameters of type GWTBridge Modifier and Type Method Description static void
GWT. setBridge(GWTBridge bridge)
Called via reflection in Development Mode; do not ever call this method in Production Mode.
-