$ A B C D E F G I J L M N P R S U W 

$

$apply() - Method in class com.google.gwt.angular.client.impl.JsScopeBase
 
$apply(String) - Method in class com.google.gwt.angular.client.impl.JsScopeBase
 
$apply(Runnable) - Method in class com.google.gwt.angular.client.impl.JsScopeBase
 
$apply() - Method in interface com.google.gwt.angular.client.Scope
 
$apply(String) - Method in interface com.google.gwt.angular.client.Scope
 
$apply(Runnable) - Method in interface com.google.gwt.angular.client.Scope
 
$on(String, Runnable) - Method in class com.google.gwt.angular.client.impl.JsScopeBase
 
$on(String, Runnable) - Method in interface com.google.gwt.angular.client.Scope
 
$onDestroy(Runnable) - Method in class com.google.gwt.angular.client.impl.JsScopeBase
 
$onDestroy(Runnable) - Method in interface com.google.gwt.angular.client.Scope
 
$watch(String, WatchFunction<S>) - Method in class com.google.gwt.angular.client.impl.JsScopeBase
 
$watch(String, WatchFunction<S>) - Method in interface com.google.gwt.angular.client.Scope
 

A

Angular - Class in com.google.gwt.angular.client
 
Angular() - Constructor for class com.google.gwt.angular.client.Angular
 
AngularController<T extends Scope> - Class in com.google.gwt.angular.client
Base class for all implementations of AngularJs conntrollers in GWT.
AngularController() - Constructor for class com.google.gwt.angular.client.AngularController
 
AngularGenerator - Class in com.google.gwt.angular.rebind
 
AngularGenerator() - Constructor for class com.google.gwt.angular.rebind.AngularGenerator
 
AngularModule - Interface in com.google.gwt.angular.client
Tagging interface implemented by all Angular modules.

B

bind(String, Runnable) - Method in class com.google.gwt.angular.client.impl.JsNgElement
 
bind(String, EventListener) - Method in class com.google.gwt.angular.client.impl.JsNgElement
 
bind(String, Runnable) - Method in interface com.google.gwt.angular.client.NgElement
 
bind(String, EventListener) - Method in interface com.google.gwt.angular.client.NgElement
 
bootstrap(String) - Static method in class com.google.gwt.angular.client.Angular
 

C

com.google.gwt.angular.client - package com.google.gwt.angular.client
 
com.google.gwt.angular.client.impl - package com.google.gwt.angular.client.impl
 
com.google.gwt.angular.rebind - package com.google.gwt.angular.rebind
 
create() - Method in interface com.google.gwt.angular.client.Factory
 

D

Directive - Interface in com.google.gwt.angular.client
Tagging type to implement directives.

E

exec(T) - Method in interface com.google.gwt.angular.client.WatchFunction
 

F

Factory<T> - Interface in com.google.gwt.angular.client
Used to obtain Javascript overlay types produced by generators.
Filter<T> - Interface in com.google.gwt.angular.client
Interface used to implement filter functions.
filter(ArrayOf<T>, T) - Method in interface com.google.gwt.angular.client.Filter
 

G

generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.angular.rebind.AngularGenerator
 
get(String) - Method in class com.google.gwt.angular.client.RouteParams
 

I

IMPL - Static variable in class com.google.gwt.angular.rebind.AngularGenerator
 
iterable(ArrayOf<S>) - Static method in class com.google.gwt.angular.client.Angular
 

J

JsModelBase<T extends Model<T>> - Class in com.google.gwt.angular.client.impl
Base of all Model implementations.
JsModelBase() - Constructor for class com.google.gwt.angular.client.impl.JsModelBase
 
JsNgElement - Class in com.google.gwt.angular.client.impl
JSO implementation of NgElement.
JsNgElement() - Constructor for class com.google.gwt.angular.client.impl.JsNgElement
 
JsNgTimeout - Class in com.google.gwt.angular.client.impl
JSO implementation of NgTimeout.
JsNgTimeout() - Constructor for class com.google.gwt.angular.client.impl.JsNgTimeout
 
json() - Method in class com.google.gwt.angular.client.impl.JsModelBase
 
json() - Method in interface com.google.gwt.angular.client.Model
 
JsScopeBase<T extends Scope<T>> - Class in com.google.gwt.angular.client.impl
Base class of generated scopes.
JsScopeBase() - Constructor for class com.google.gwt.angular.client.impl.JsScopeBase
 

L

Location - Class in com.google.gwt.angular.client
The angular.js $location object.
Location() - Constructor for class com.google.gwt.angular.client.Location
 

M

Model<T extends Model<T>> - Interface in com.google.gwt.angular.client
Model classes are essentially ways of automatically creating Javascript Object backed Javabeans via interfaces.

N

NgDepends - Annotation Type in com.google.gwt.angular.client
Used to declare module dependencies.
NgDirective - Annotation Type in com.google.gwt.angular.client
Used when a object needs to be registered as a directive.
NgElement - Interface in com.google.gwt.angular.client
Extension of Elemental's Element with Angular convenience functions.
NgExclude - Annotation Type in com.google.gwt.angular.client
 
NgInject - Annotation Type in com.google.gwt.angular.client
Used to teach the code generators the associated name for a given type.
NgInject.ExactMatchOnly - Class in com.google.gwt.angular.client
 
NgInject.ExactMatchOnly() - Constructor for class com.google.gwt.angular.client.NgInject.ExactMatchOnly
 
NgName - Annotation Type in com.google.gwt.angular.client
Used when a given function or object needs to be given a name in Javascript for registration.
NgNativeDepends - Annotation Type in com.google.gwt.angular.client
Used to declare native js module dependencies.
NgTimeout - Interface in com.google.gwt.angular.client
Represents Angular's $timeout service.
NgWatch - Annotation Type in com.google.gwt.angular.client
Tags a function in a controller to be automatically registered via $scope.

P

path() - Method in class com.google.gwt.angular.client.Location
 
path(String) - Method in class com.google.gwt.angular.client.Location
 

R

register(JavaScriptObject) - Method in class com.google.gwt.angular.client.AngularController
 
reinterpret_cast(Object) - Static method in class com.google.gwt.angular.client.Util
Only safe to do with JavaScriptObjects.
RouteParams - Class in com.google.gwt.angular.client
The angular.js $routeParams object.
RouteParams() - Constructor for class com.google.gwt.angular.client.RouteParams
 

S

schedule(Runnable, int, boolean) - Method in class com.google.gwt.angular.client.impl.JsNgTimeout
 
schedule(Runnable, int, boolean) - Method in interface com.google.gwt.angular.client.NgTimeout
 
scope - Variable in class com.google.gwt.angular.client.AngularController
 
Scope<T extends Scope<T>> - Interface in com.google.gwt.angular.client
A scope object is essentially a Model object that can be injected and comes with some methods builtin.
setScope(T) - Method in class com.google.gwt.angular.client.AngularController
 

U

Util - Class in com.google.gwt.angular.client
 
Util() - Constructor for class com.google.gwt.angular.client.Util
 

W

WatchFunction<T> - Interface in com.google.gwt.angular.client
Function called when a watch event triggers.
$ A B C D E F G I J L M N P R S U W