Package | Description |
---|---|
com.google.gwt.logging.client |
Log handlers and related classes for java.util.logging support in GWT.
|
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
com.google.gwt.useragent.client |
Modifier and Type | Class and Description |
---|---|
class |
LogConfiguration
Configures client-side logging using the query params and gwt.xml settings.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentModeAsserter
Helper class, which, during startup, asserts that the browser's current
rendering mode is one of the values allowed by the
"document.compatMode".
|
Modifier and Type | Class and Description |
---|---|
class |
UserAgentAsserter
Helper class, which, during startup, asserts that the specified user.agent
selection property value indeed matches the expected value for this browser /
user agent, thus avoid long hours debugging strange error messages when a
single user agent compile, typically created for testing purposes, ends up
being executed in the wrong browser.
|
static class |
UserAgentAsserter.UserAgentAsserterDisabled
Replacement for UserAgentAsserter to disable it.
|
Copyright © 2018. All rights reserved.