Uses of Interface
com.google.gwt.core.client.EntryPoint
Packages that use 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
Classes in com.google.gwt.logging.client that implement EntryPointModifier and TypeClassDescriptionclass
Configures 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 EntryPointModifier 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
Classes in com.google.gwt.useragent.client that implement EntryPointModifier 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.