Uses of Interface
com.google.gwt.core.client.EntryPoint
-
Packages that use EntryPoint 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 -
-
Uses of EntryPoint in com.google.gwt.logging.client
Classes in com.google.gwt.logging.client that implement EntryPoint Modifier and Type Class Description classLogConfigurationConfigures client-side logging using the query params and gwt.xml settings. -
Uses of EntryPoint in com.google.gwt.user.client
Classes in com.google.gwt.user.client that implement EntryPoint Modifier and Type Class Description classDocumentModeAsserterHelper 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
Classes in com.google.gwt.useragent.client that implement EntryPoint Modifier and Type Class Description classUserAgentAsserterHelper 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 classUserAgentAsserter.UserAgentAsserterDisabledReplacement for UserAgentAsserter to disable it.
-