Back to GWTP Home
C D E G I L P S U V W 

C

ClientUrlUtils - Class in com.gwtplatform.common.client
Helper implementation which wraps calls to code which require a running GWT environment and make testing slow.
ClientUrlUtils() - Constructor for class com.gwtplatform.common.client.ClientUrlUtils
 
CodeSplitBundleProvider<T,B extends ProviderBundle> - Class in com.gwtplatform.common.client
Implements a IndirectProvider that uses code splitting for a specific type.
CodeSplitBundleProvider(AsyncProvider<B>, int) - Constructor for class com.gwtplatform.common.client.CodeSplitBundleProvider
Construct a IndirectProvider that implements code splitting for a specific type.
CodeSplitProvider<T> - Class in com.gwtplatform.common.client
An IndirectProvider that gets the object using code splitting and invokes the callback once the code is loaded.
CodeSplitProvider(AsyncProvider<T>) - Constructor for class com.gwtplatform.common.client.CodeSplitProvider
Construct an IndirectProvider that gets the object using code splitting and invokes the callback once the code is loaded.
com.gwtplatform.common.client - package com.gwtplatform.common.client
 
com.gwtplatform.common.rebind - package com.gwtplatform.common.rebind
 
com.gwtplatform.common.shared - package com.gwtplatform.common.shared
 
CommonGinModule - Class in com.gwtplatform.common.client
Common client bindings.
CommonGinModule() - Constructor for class com.gwtplatform.common.client.CommonGinModule
 
configure() - Method in class com.gwtplatform.common.client.CommonGinModule
 

D

debug(String, Object...) - Method in class com.gwtplatform.common.rebind.Logger
 
decodePathSegment(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
 
decodePathSegment(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
 
decodeQueryString(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
 
decodeQueryString(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
 
die(String) - Method in class com.gwtplatform.common.rebind.Logger
Post an error message and halt processing.

E

encodePathSegment(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
 
encodePathSegment(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
 
encodeQueryString(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
 
encodeQueryString(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
 

G

get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.CodeSplitBundleProvider
 
get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.CodeSplitProvider
 
get(AsyncCallback<T>) - Method in interface com.gwtplatform.common.client.IndirectProvider
Asynchronously get the provided object.
get(int) - Method in class com.gwtplatform.common.client.ProviderBundle
Accesses a provider given its id.
get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.StandardProvider
 
getDescription() - Method in class com.gwtplatform.common.rebind.VersionInspectorLinker
 
getTreeLogger() - Method in class com.gwtplatform.common.rebind.Logger
 

I

IndirectProvider<T> - Interface in com.gwtplatform.common.client
Act as a Provider, but instead of returning the provided object, the user must pass a callback in which the object is handled.
info(String, Object...) - Method in class com.gwtplatform.common.rebind.Logger
 

L

link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.gwtplatform.common.rebind.VersionInspectorLinker
 
Logger - Class in com.gwtplatform.common.rebind
 
Logger(TreeLogger) - Constructor for class com.gwtplatform.common.rebind.Logger
 

P

ProviderBundle - Class in com.gwtplatform.common.client
This class can be used to contain a group of providers that should all sit behind the same split point.
ProviderBundle(int) - Constructor for class com.gwtplatform.common.client.ProviderBundle
Constructs a ProviderBundle containing a given number of providers.
providers - Variable in class com.gwtplatform.common.client.ProviderBundle
 

S

StandardProvider<T> - Class in com.gwtplatform.common.client
An IndirectProvider that immediately gets the object and invokes the callback, without performing code splitting.
StandardProvider(Provider<T>) - Constructor for class com.gwtplatform.common.client.StandardProvider
Creates a IndirectProvider that directly gets the object and invokes the callback.

U

UrlUtils - Interface in com.gwtplatform.common.shared
Helper methods to encode and decode query and path components of an URL.

V

VersionInspectorLinker - Class in com.gwtplatform.common.rebind
 
VersionInspectorLinker() - Constructor for class com.gwtplatform.common.rebind.VersionInspectorLinker
 

W

warn(String, Object...) - Method in class com.gwtplatform.common.rebind.Logger
 
C D E G I L P S U V W 
Back to GWTP Home

Copyright © 2010–2015 Arcbees. All rights reserved.