Uses of Interface
com.google.gwt.core.client.EntryPoint
Package
Description
Log handlers and related classes for java.util.logging support in GWT.
Fundamental user-interface classes used in client-side GWT code.
-
Uses of EntryPoint in com.google.gwt.logging.client
Modifier and TypeClassDescriptionclass
Configures client-side logging using the query params and gwt.xml settings. -
Uses of EntryPoint in com.google.gwt.user.client
Modifier and TypeClassDescriptionclass
Helper class, which, during startup, asserts that the browser's current rendering mode is one of the values allowed by the "document.compatMode". -
Uses of EntryPoint in com.google.gwt.useragent.client
Modifier and TypeClassDescriptionclass
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
Replacement for UserAgentAsserter to disable it.