A B C D E F G H I J L M N O P Q R S T V W 

A

AbstractController - Class in com.asayama.gwt.angular.client
 
AbstractController() - Constructor for class com.asayama.gwt.angular.client.AbstractController
 
AbstractDirective - Class in com.asayama.gwt.angular.client
 
AbstractDirective() - Constructor for class com.asayama.gwt.angular.client.AbstractDirective
 
AbstractFilter - Class in com.asayama.gwt.angular.client
 
AbstractFilter() - Constructor for class com.asayama.gwt.angular.client.AbstractFilter
 
AbstractGenerator - Class in com.asayama.gwt.angular.rebind
 
AbstractGenerator() - Constructor for class com.asayama.gwt.angular.rebind.AbstractGenerator
 
AbstractModule - Class in com.asayama.gwt.angular.client
Provides GWT Java interface for AngularJS's Module object, and acts as an adapter for GWT module (represented by the EntryPoint interface) and Angular module (represented by the added interfaces in this class.
AbstractModule() - Constructor for class com.asayama.gwt.angular.client.AbstractModule
 
addClass(String) - Method in class com.asayama.gwt.jquery.client.JQElement
 
all(Promise<?>...) - Method in class com.asayama.gwt.angular.client.q.Q
 
Angular - Class in com.asayama.gwt.angular.client
Provides GWT Java representation of AngularJS's angular object.
Angular() - Constructor for class com.asayama.gwt.angular.client.Angular
 
Angular.SupportedRootClass - Annotation Type in com.asayama.gwt.angular.client
 
Angular.Version - Class in com.asayama.gwt.angular.client
 
Angular.Version() - Constructor for class com.asayama.gwt.angular.client.Angular.Version
 
append(Object) - Method in class com.asayama.gwt.jquery.client.JQElement
 
attr(String) - Method in class com.asayama.gwt.jquery.client.JQElement
 
attr(String, String) - Method in class com.asayama.gwt.jquery.client.JQElement
 

B

BinderFactoryGenerator - Class in com.asayama.gwt.angular.rebind
 
BinderFactoryGenerator() - Constructor for class com.asayama.gwt.angular.rebind.BinderFactoryGenerator
 
bootstrap() - Static method in class com.asayama.gwt.angular.client.Angular
Manually start up Angular application.

C

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.util
 
ClassTypeFields() - Constructor for class com.asayama.gwt.angular.rebind.util.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.
com.asayama.gwt.angular.client.location - package com.asayama.gwt.angular.client.location
Provides GWT Java wrapper around AngularJS's $location.
com.asayama.gwt.angular.client.log - package com.asayama.gwt.angular.client.log
Provides GWT Java wrapper around AngularJS's $log.
com.asayama.gwt.angular.client.q - package com.asayama.gwt.angular.client.q
 
com.asayama.gwt.angular.client.sce - package com.asayama.gwt.angular.client.sce
 
com.asayama.gwt.angular.rebind - package com.asayama.gwt.angular.rebind
Provides the code generator implementations used in this project.
com.asayama.gwt.angular.rebind.util - package com.asayama.gwt.angular.rebind.util
 
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
 
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
 
create() - Method in class com.asayama.gwt.angular.client.DefaultFactory
 
create() - Method in interface com.asayama.gwt.angular.client.Factory
 
create() - Static method in class com.asayama.gwt.angular.client.NGScope
 

D

debug(String) - Method in class com.asayama.gwt.angular.client.log.Log
 
decorator(String, Function<S>) - Method in class com.asayama.gwt.angular.client.Provide
 
DefaultFactory<S extends Service> - Class in com.asayama.gwt.angular.client
 
DefaultFactory(Class<S>) - Constructor for class com.asayama.gwt.angular.client.DefaultFactory
 
DefaultInstantiableCreatorGenerator - Class in com.asayama.gwt.angular.rebind
 
DefaultInstantiableCreatorGenerator() - Constructor for class com.asayama.gwt.angular.rebind.DefaultInstantiableCreatorGenerator
 
defer() - Method in class com.asayama.gwt.angular.client.q.Q
 
Deferred<V> - Class in com.asayama.gwt.angular.client.q
 
Deferred() - Constructor for class com.asayama.gwt.angular.client.q.Deferred
 
DependencyInspectorGenerator - Class in com.asayama.gwt.angular.rebind
 
DependencyInspectorGenerator() - Constructor for class com.asayama.gwt.angular.rebind.DependencyInspectorGenerator
 
digest() - Method in class com.asayama.gwt.angular.client.NGScope
 
directive(Class<D>) - Method in class com.asayama.gwt.angular.client.AbstractModule
Registers a Directive type with the module.
Directive - Interface in com.asayama.gwt.angular.client
TODO This file needs some serious review and clean-up.
Directive.Restrict - Enum in com.asayama.gwt.angular.client
 

E

empty() - Method in class com.asayama.gwt.jquery.client.JQElement
 
enabled(boolean) - Method in class com.asayama.gwt.angular.client.sce.SceProvider
 
error(String) - Method in class com.asayama.gwt.angular.client.log.Log
 

F

factory(Class<S>) - Method in class com.asayama.gwt.angular.client.AbstractModule
Deprecated.
Replaced by AbstractModule.service(Class) since 0.0.68
factory(Factory<S>) - Method in class com.asayama.gwt.angular.client.AbstractModule
Registers a service object factory instance with the module, so that the service object is created by the factory if/when the service is requested.
factory(String, Factory<S>) - Method in class com.asayama.gwt.angular.client.AbstractModule
 
Factory<S extends Service> - Interface in com.asayama.gwt.angular.client
 
factory(String, Function<S>) - Method in class com.asayama.gwt.angular.client.Provide
 
Field - Class in com.asayama.gwt.angular.rebind.util
 
Field(JField, String, String, String) - Constructor for class com.asayama.gwt.angular.rebind.util.Field
 
filter(String) - Method in class com.asayama.gwt.angular.client.AbstractFilter
 
filter(String, Object...) - Method in class com.asayama.gwt.angular.client.AbstractFilter
 
filter(Class<F>) - Method in class com.asayama.gwt.angular.client.AbstractModule
Registers a Filter type with the module.
Filter - Interface in com.asayama.gwt.angular.client
TODO This file needs some serious review and clean-up.
filter(String, Object...) - Method in interface com.asayama.gwt.angular.client.Filter
 
find(String) - Method in class com.asayama.gwt.jquery.client.JQElement
 

G

generate(TreeLogger, GeneratorContext, VelocityGenerator, String, String) - Method in class com.asayama.gwt.angular.rebind.AbstractGenerator
 
generate(TreeLogger, GeneratorContext, VelocityGenerator, String, String) - Method in class com.asayama.gwt.angular.rebind.DefaultInstantiableCreatorGenerator
 
get(String, HttpCallback) - Method in class com.asayama.gwt.angular.client.http.Http
 
get(Class<S>) - Method in class com.asayama.gwt.angular.client.Injector
 
get(String) - Method in class com.asayama.gwt.angular.client.NGScope
 
getClassName() - Method in class com.asayama.gwt.angular.rebind.util.Field
 
getClassType(GeneratorContext, String) - Method in class com.asayama.gwt.angular.rebind.AbstractGenerator
 
getClassTypes() - Method in class com.asayama.gwt.angular.rebind.util.ClassTypeFields
 
getCodeName() - Method in class com.asayama.gwt.angular.client.Angular.Version
 
getCreatorReturnType(JClassType) - Method in class com.asayama.gwt.angular.rebind.DefaultInstantiableCreatorGenerator
 
getDependency() - Method in class com.asayama.gwt.angular.rebind.util.Field
 
getDot() - Method in class com.asayama.gwt.angular.client.Angular.Version
 
getFactory() - Method in class com.asayama.gwt.angular.client.location.LocationProvider
 
getFactory() - Method in interface com.asayama.gwt.angular.client.Provider
 
getFactory() - Method in class com.asayama.gwt.angular.client.sce.SceProvider
 
getField() - Method in class com.asayama.gwt.angular.rebind.util.Field
 
getFull() - Method in class com.asayama.gwt.angular.client.Angular.Version
 
getHash() - Method in class com.asayama.gwt.angular.client.location.Location
 
getInjectables(JClassType) - Method in class com.asayama.gwt.angular.rebind.util.ClassTypeFields
 
getMajor() - Method in class com.asayama.gwt.angular.client.Angular.Version
 
getMessage() - Method in class com.asayama.gwt.angular.client.q.Progress
 
getMinor() - Method in class com.asayama.gwt.angular.client.Angular.Version
 
getName() - Method in class com.asayama.gwt.angular.client.AbstractDirective
 
getName() - Method in class com.asayama.gwt.angular.client.AbstractModule
Returns the name of the module.
getName() - Method in interface com.asayama.gwt.angular.client.Directive
 
getName() - Method in class com.asayama.gwt.angular.rebind.util.Field
 
getPublicFinalProperties(JClassType) - Method in class com.asayama.gwt.angular.rebind.util.ClassTypeFields
 
getRestrict() - Method in class com.asayama.gwt.angular.client.AbstractDirective
 
getRestrict() - Method in interface com.asayama.gwt.angular.client.Directive
 
getServiceClass() - Method in class com.asayama.gwt.angular.client.DefaultFactory
 
getServiceClass() - Method in interface com.asayama.gwt.angular.client.Factory
 
getSupportedClassTypes(JClassType) - Method in class com.asayama.gwt.angular.rebind.PublicInterfaceCreatorGenerator
 
getTemplate() - Method in class com.asayama.gwt.angular.client.AbstractDirective
 
getTemplate() - Method in interface com.asayama.gwt.angular.client.Directive
 
getTemplateUrl() - Method in class com.asayama.gwt.angular.client.AbstractDirective
 
getTemplateUrl() - Method in interface com.asayama.gwt.angular.client.Directive
 
getTransclude() - Method in class com.asayama.gwt.angular.client.AbstractDirective
 
getTransclude() - Method in interface com.asayama.gwt.angular.client.Directive
 
getVersion() - Static method in class com.asayama.gwt.angular.client.Angular
 

H

has(String) - Method in class com.asayama.gwt.angular.client.Injector
 
HashParam - Class in com.asayama.gwt.angular.client.location
 
HashParam(String, String) - Constructor for class com.asayama.gwt.angular.client.location.HashParam
 
hashPrefix(String) - Method in class com.asayama.gwt.angular.client.location.LocationProvider
 
html() - Method in class com.asayama.gwt.jquery.client.JQElement
 
html5Mode(boolean) - Method in class com.asayama.gwt.angular.client.location.LocationProvider
 
Http - Class in com.asayama.gwt.angular.client.http
This class does not work!
Http() - Constructor for class com.asayama.gwt.angular.client.http.Http
 
HttpCallback - Interface in com.asayama.gwt.angular.client.http
 

I

info(String) - Method in class com.asayama.gwt.angular.client.log.Log
 
injector(Class<M>...) - Static method in class com.asayama.gwt.angular.client.Angular
Returns an injector object that can be used to retrieve services.
Injector - Class in com.asayama.gwt.angular.client
Used to retrieve object instances.
Injector() - Constructor for class com.asayama.gwt.angular.client.Injector
 
Injector.Bind - Annotation Type in com.asayama.gwt.angular.client
Annotates the binding of native JavaScript objects to a JSNI representation of the same object in GWT.
Injector.Inject - Annotation Type in com.asayama.gwt.angular.client
Annotates the dependency of a component.

J

JQElement - Class in com.asayama.gwt.jquery.client
 
JQElement() - Constructor for class com.asayama.gwt.jquery.client.JQElement
 

L

link(NGScope, JQElement, JSON) - Method in class com.asayama.gwt.angular.client.AbstractDirective
 
link(NGScope, JQElement, JSON) - Method in interface com.asayama.gwt.angular.client.Directive
 
Location - Class in com.asayama.gwt.angular.client.location
 
Location() - Constructor for class com.asayama.gwt.angular.client.location.Location
 
LocationProvider - Class in com.asayama.gwt.angular.client.location
 
LocationProvider() - Constructor for class com.asayama.gwt.angular.client.location.LocationProvider
 
Log - Class in com.asayama.gwt.angular.client.log
 
Log() - Constructor for class com.asayama.gwt.angular.client.log.Log
 
log(String) - Method in class com.asayama.gwt.angular.client.log.Log
 

M

module(M, String...) - Static method in class com.asayama.gwt.angular.client.Angular
Registers a module with Angular framework, with module dependency listed in the requires parameter.
modules - Static variable in class com.asayama.gwt.angular.client.Angular
 
moduleWithDependency(M, String...) - Static method in class com.asayama.gwt.angular.client.Angular
Deprecated.
Replaced by #module(Module, String...) since 0.0.72

N

NG - Class in com.asayama.gwt.angular.client
 
NG() - Constructor for class com.asayama.gwt.angular.client.NG
 
ngo - Variable in class com.asayama.gwt.angular.client.AbstractModule
References to a JavaScriptObject representation known to the underlying AngularJS framework.
ngo - Static variable in class com.asayama.gwt.angular.client.Angular
 
NGScope - Class in com.asayama.gwt.angular.client
https://github.com/kyoken74/gwt-angular/issues/6
NGScope() - Constructor for class com.asayama.gwt.angular.client.NGScope
 

O

onControllerLoad() - Method in interface com.asayama.gwt.angular.client.Controller
 
onError(int, String) - Method in interface com.asayama.gwt.angular.client.http.HttpCallback
 
onFactoryLoad() - Method in class com.asayama.gwt.angular.client.DefaultFactory
 
onFactoryLoad() - Method in interface com.asayama.gwt.angular.client.Factory
 
onModuleLoad() - Method in class com.asayama.gwt.angular.client.NG
 
onSuccess(int, String) - Method in interface com.asayama.gwt.angular.client.http.HttpCallback
 

P

progress(Progress) - Method in class com.asayama.gwt.angular.client.q.Deferred
 
Progress - Class in com.asayama.gwt.angular.client.q
 
Progress(String) - Constructor for class com.asayama.gwt.angular.client.q.Progress
 
promise() - Method in class com.asayama.gwt.angular.client.q.Deferred
 
Promise<V> - Class in com.asayama.gwt.angular.client.q
 
Promise() - Constructor for class com.asayama.gwt.angular.client.q.Promise
 
Promise.Continue<X,V> - Interface in com.asayama.gwt.angular.client.q
 
Promise.Done<V> - Interface in com.asayama.gwt.angular.client.q
 
Promise.Fail - Interface in com.asayama.gwt.angular.client.q
 
Promise.Notify - Interface in com.asayama.gwt.angular.client.q
 
Provide - Class in com.asayama.gwt.angular.client
Provide registers Provider with Injector.
Provide() - Constructor for class com.asayama.gwt.angular.client.Provide
 
provider(Class<P>) - Method in class com.asayama.gwt.angular.client.AbstractModule
TODO Implement this method
provider(String, Function<S>) - Method in class com.asayama.gwt.angular.client.Provide
 
Provider<S extends Service> - Interface in com.asayama.gwt.angular.client
Provider represents a constructor function which returns Service Factory.
PublicInterfaceCreatorGenerator - Class in com.asayama.gwt.angular.rebind
 
PublicInterfaceCreatorGenerator() - Constructor for class com.asayama.gwt.angular.rebind.PublicInterfaceCreatorGenerator
 

Q

Q - Class in com.asayama.gwt.angular.client.q
 
Q() - Constructor for class com.asayama.gwt.angular.client.q.Q
 

R

ready(JSClosure) - Method in class com.asayama.gwt.jquery.client.JQElement
 
reject(Throwable) - Method in class com.asayama.gwt.angular.client.q.Deferred
 
removeClass(String) - Method in class com.asayama.gwt.jquery.client.JQElement
 
replaceWith(Object) - Method in class com.asayama.gwt.jquery.client.JQElement
 
resolve(V) - Method in class com.asayama.gwt.angular.client.q.Deferred
 
run(Class<R>) - Method in class com.asayama.gwt.angular.client.AbstractModule
Runs module initialization task provided by klass.

S

SceProvider - Class in com.asayama.gwt.angular.client.sce
 
SceProvider() - Constructor for class com.asayama.gwt.angular.client.sce.SceProvider
 
scope - Variable in class com.asayama.gwt.angular.client.AbstractController
 
scope() - Method in class com.asayama.gwt.angular.client.AbstractDirective
 
scope() - Method in interface com.asayama.gwt.angular.client.Directive
 
ScopeBinderFactoryGenerator - Class in com.asayama.gwt.angular.rebind
 
ScopeBinderFactoryGenerator() - Constructor for class com.asayama.gwt.angular.rebind.ScopeBinderFactoryGenerator
 
service(Class<S>) - Method in class com.asayama.gwt.angular.client.AbstractModule
Registers a Service class to the module.
service(S) - Method in class com.asayama.gwt.angular.client.AbstractModule
Registers an instance of a Service object to the module.
service(String, Closure) - Method in class com.asayama.gwt.angular.client.Provide
 
Service - Interface in com.asayama.gwt.angular.client
 
setHash(String) - Method in class com.asayama.gwt.angular.client.location.Location
 
setHashParam(String, String) - Method in class com.asayama.gwt.angular.client.location.Location
 
setHashParam(List<HashParam>) - Method in class com.asayama.gwt.angular.client.location.Location
 
setName(String) - Method in class com.asayama.gwt.angular.client.AbstractDirective
 
setName(String) - Method in interface com.asayama.gwt.angular.client.Directive
 

T

text() - Method in class com.asayama.gwt.jquery.client.JQElement
 
then(Promise.Continue<X, V>) - Method in class com.asayama.gwt.angular.client.q.Promise
 
then(Promise.Fail) - Method in class com.asayama.gwt.angular.client.q.Promise
 
then(Promise.Notify) - Method in class com.asayama.gwt.angular.client.q.Promise
 
then(Promise.Done<V>) - Method in class com.asayama.gwt.angular.client.q.Promise
 
then(Promise.Continue<X, V>, Promise.Fail, Promise.Notify) - Method in class com.asayama.gwt.angular.client.q.Promise
 
timer - Variable in class com.asayama.gwt.angular.client.q.TimerProgress
 
TimerProgress - Class in com.asayama.gwt.angular.client.q
 
TimerProgress(String, Timer) - Constructor for class com.asayama.gwt.angular.client.q.TimerProgress
 

V

value(String, Object) - Method in class com.asayama.gwt.angular.client.AbstractModule
Registers an object/data structure to the module.
value(String, Object) - Method in class com.asayama.gwt.angular.client.Provide
 
valueOf(String) - Static method in enum com.asayama.gwt.angular.client.Directive.Restrict
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.asayama.gwt.angular.client.Directive.Restrict
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class com.asayama.gwt.angular.client.log.Log
 
A B C D E F G H I J L M N O P Q R S T V W 

Copyright © 2014. All rights reserved.