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 | |
com.google.gwt.dev.shell |
Modifier and Type | Class and Description |
---|---|
class |
GWTBridge
When running in Development Mode, acts as a bridge from
GWT into the
Development Mode environment. |
Modifier and Type | Class and Description |
---|---|
class |
ServerGwtBridge
Implements GWT.* methods for the server.
|
Modifier and Type | Method and Description |
---|---|
static void |
GWT.setBridge(GWTBridge bridge)
Called via reflection in Development Mode; do not ever call this method in
Production Mode.
|
Modifier and Type | Class and Description |
---|---|
class |
GWTBridgeImpl
This class is the hosted-mode peer for
GWT . |
Copyright © 2018. All rights reserved.