C G I P S

C

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
 

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
 

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.

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.

C G I P S

Copyright © 2010-2011 ArcBees. All Rights Reserved.