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 classGWTBridgeWhen running in Development Mode, acts as a bridge fromGWTinto 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 classServerGwtBridgeImplements 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 voidGWT. setBridge(GWTBridge bridge)Called via reflection in Development Mode; do not ever call this method in Production Mode.
-