- call(V) - Method in interface com.asayama.gwt.angular.client.q.Promise.Continue
-
- call(V) - Method in interface com.asayama.gwt.angular.client.q.Promise.Done
-
- call(Throwable) - Method in interface com.asayama.gwt.angular.client.q.Promise.Fail
-
- call(Progress) - Method in interface com.asayama.gwt.angular.client.q.Promise.Notify
-
- cancel() - Method in class com.asayama.gwt.angular.client.q.Progress
-
- cancel() - Method in class com.asayama.gwt.angular.client.q.TimerProgress
-
- ClassTypeFields - Class in com.asayama.gwt.angular.rebind
-
- ClassTypeFields() - Constructor for class com.asayama.gwt.angular.rebind.ClassTypeFields
-
- com.asayama.gwt.angular.client - package com.asayama.gwt.angular.client
-
Provides GWT Java wrapper around AngularJS.
- com.asayama.gwt.angular.client.http - package com.asayama.gwt.angular.client.http
-
Provides GWT Java wrapper around AngularJS's $http
service.
- com.asayama.gwt.angular.client.location - package com.asayama.gwt.angular.client.location
-
Provides GWT Java wrapper around AngularJS's $location
service.
- com.asayama.gwt.angular.client.log - package com.asayama.gwt.angular.client.log
-
Provides GWT Java wrapper around AngularJS's $log
service.
- com.asayama.gwt.angular.client.q - package com.asayama.gwt.angular.client.q
-
Provides GWT Java wrapper around AngularJS's $q
service.
- com.asayama.gwt.angular.client.sce - package com.asayama.gwt.angular.client.sce
-
Provides GWT Java wrapper around AngularJS's $sce
service.
- com.asayama.gwt.angular.rebind - package com.asayama.gwt.angular.rebind
-
Provides the code generator implementations used in this project.
- com.asayama.gwt.jquery.client - package com.asayama.gwt.jquery.client
-
- compile(JQElement, JSON) - Method in class com.asayama.gwt.angular.client.AbstractDirective
-
- compile(JQElement, JSON) - Method in interface com.asayama.gwt.angular.client.Directive
-
In AngularJS, compile method returns linker function.
- config(Class<P>, Configurator<P>) - Method in class com.asayama.gwt.angular.client.AbstractModule
-
Configures a provider prior to obtaining the factory from it.
- Configurator<P extends Provider<?>> - Interface in com.asayama.gwt.angular.client
-
Provides an interface for configuring a
Provider
implementations.
- configure(P) - Method in interface com.asayama.gwt.angular.client.Configurator
-
- constant(String, Object) - Method in class com.asayama.gwt.angular.client.AbstractModule
-
Registers an object/data structure to the module.
- constant(String, Object) - Method in class com.asayama.gwt.angular.client.Provide
-
- controller(Class<C>) - Method in class com.asayama.gwt.angular.client.AbstractModule
-
Registers a controller component with the module.
- Controller - Interface in com.asayama.gwt.angular.client
-
Provides an interface for AngularJS's controller objects.
- create() - Method in class com.asayama.gwt.angular.client.DefaultFactory
-
- create() - Method in interface com.asayama.gwt.angular.client.Factory
-
Creates an instance of the Service.
- create() - Static method in class com.asayama.gwt.angular.client.NGScope
-