MCPcopy Create free account

hub / github.com/cromwellian/angulargwt / types & classes

Types & classes85 in github.com/cromwellian/angulargwt

Class$
angulargwt-app-archetype/src/main/resources/archetype-resources/src/test/java/__appName__ModuleTest.java:10
Class$
angulargwt-app-archetype/src/main/resources/archetype-resources/src/test/java/__appName__AppTest.java:10
Class$
This is your Controller you can inject services via public declarations annotated by \@NgInjected All public methods are exposed to the view React to
angulargwt-app-archetype/src/main/resources/archetype-resources/src/main/java/__appName__Controller.java:19
Class$
This is your Module, injectable via the given mnemonic add all exposed Components (Services and Directives) to the Depends-Annotation
angulargwt-app-archetype/src/main/resources/archetype-resources/src/main/java/__appName__App.java:15
Class$
This is your Module, injectable via the given mnemonic add all exposed Components (Services and Directives) to the Depends-Annotation
angulargwt-app-archetype/src/main/resources/archetype-resources/src/main/java/__appName__Module.java:15
Class$
angulargwt-module-archetype/src/main/resources/archetype-resources/src/test/java/__moduleName__ModuleTest.java:10
Class$
angulargwt-module-archetype/src/main/resources/archetype-resources/src/test/java/__moduleName__SampleServiceTest.java:7
Class$
This is your Module, injectable via the given mnemonic add all exposed Components (Services and Directives) to the Depends-Annotation
angulargwt-module-archetype/src/main/resources/archetype-resources/src/main/java/__moduleName__Module.java:15
Class$
This is your Controller you can inject services via public declarations annotated by \@NgInjected All public methods are exposed to the view React to
angulargwt-module-archetype/src/main/resources/archetype-resources/src/main/java/__moduleName__Controller.java:19
Class$
angulargwt-module-archetype/src/main/resources/archetype-resources/src/main/java/__moduleName__Directive.java:16
Class$
angulargwt-module-archetype/src/main/resources/archetype-resources/src/main/java/__moduleName__SampleService.java:5
Class$
This represents your javascript file containing the Ng-Modules, each one is injected via the given mnemonic in NgName add all exposed Modules to the m
angulargwt-module-archetype/src/main/resources/archetype-resources/src/main/java/__moduleName__Entry.java:15
Interface$
This is your Scope, a shared memory between a controller and the view a.k.a. ViewModel Declare further properties as bean-patterns
angulargwt-app-archetype/src/main/resources/archetype-resources/src/main/java/__appName__Scope.java:14
Interface$
This is your Scope, a shared memory between a controller and the view a.k.a. ViewModel Declare further properties as bean-patterns
angulargwt-module-archetype/src/main/resources/archetype-resources/src/main/java/__moduleName__Scope.java:14
ClassAngularApp
Entry point classes define <code>onModuleLoad()</code>.
angulargwt/src/main/java/com/google/gwt/angular/client/AngularApp.java:16
ClassAngularController
Base class for all implementations of AngularJs conntrollers in GWT. To use, subclass {@code AngularController} and define the abstract methods. Each
angulargwt/src/main/java/com/google/gwt/angular/client/AngularController.java:35
InterfaceAngularConventions
angulargwt/src/main/java/com/google/gwt/angular/rebind/AngularConventions.java:3
ClassAngularEntryPoint
Entry Point for AngularGWT scripts. Every EntryPoint exposes one or more {@link AngularModule}s to the AngularJS injector Due to the GWT async loader
angulargwt/src/main/java/com/google/gwt/angular/client/AngularEntryPoint.java:19
ClassAngularGenerator
angulargwt/src/main/java/com/google/gwt/angular/rebind/AngularGenerator.java:9
ClassAngularGwtTypes
angulargwt/src/main/java/com/google/gwt/angular/rebind/AngularGwtTypes.java:14
InterfaceAngularModule
Tagging interface implemented by all Angular modules.
angulargwt/src/main/java/com/google/gwt/angular/client/AngularModule.java:6
ClassAngularModuleBase
Abstract Module base class for implementations.
angulargwt/src/main/java/com/google/gwt/angular/client/impl/AngularModuleBase.java:8
ClassAngularValidatorGenerator
angtulargwt-jsr303/src/main/java/com/google/gwt/angtulargwt/jsr303/rebind/AngularValidatorGenerator.java:27
ClassAngularValidatorGeneratorTest
angtulargwt-jsr303/src/test/java/com/google/gwt/angtulargwt/jsr303/rebind/AngularValidatorGeneratorTest.java:18
InterfaceAngularValidatorImpl
To be generated by Gwt compiler
angtulargwt-jsr303/src/main/java/com/google/gwt/angtulargwt/jsr303/client/AngularValidatorImpl.java:7
ClassBeanImplGenerator
angulargwt/src/main/java/com/google/gwt/angular/rebind/BeanImplGenerator.java:11
InterfaceCanBeJson
Implemented by all interfaces which can act like Json objects.
angulargwt/src/main/java/com/google/gwt/angular/client/CanBeJson.java:8
ClassClassHelper
@author h0ru5
angulargwt/src/main/java/com/google/gwt/angular/rebind/ClassHelper.java:14
ClassControllerGenerator
angulargwt/src/main/java/com/google/gwt/angular/rebind/ControllerGenerator.java:24
InterfaceDirective
Interface to implement directives. Needs to be annotated with a {@link NgDirective} annotation and is published to the module that depends on it.
angulargwt/src/main/java/com/google/gwt/angular/client/Directive.java:10
ClassDirectiveGenerator
angulargwt/src/main/java/com/google/gwt/angular/rebind/DirectiveGenerator.java:18
ClassExactMatchOnly
angulargwt/src/main/java/com/google/gwt/angular/client/NgInject.java:20
InterfaceFactory
Used to obtain Javascript overlay types produced by generators.
angulargwt/src/main/java/com/google/gwt/angular/client/Factory.java:6
InterfaceFilter
Interface used to implement filter functions.
angulargwt/src/main/java/com/google/gwt/angular/client/Filter.java:8
ClassFilterGenerator
angulargwt/src/main/java/com/google/gwt/angular/rebind/FilterGenerator.java:9
ClassFilterGeneratorTest
angulargwt/src/test/java/com/google/gwt/angular/rebind/FilterGeneratorTest.java:7
ClassInjection
angulargwt/src/main/java/com/google/gwt/angular/rebind/Injection.java:15
ClassJsCanBeJson
JSO implementation of NgElement.
angulargwt/src/main/java/com/google/gwt/angular/client/impl/JsCanBeJson.java:11
ClassJsModelBase
Base of all Model implementations.
angulargwt/src/main/java/com/google/gwt/angular/client/impl/JsModelBase.java:11
ClassJsNgElement
JSO implementation of NgElement.
angulargwt/src/main/java/com/google/gwt/angular/client/impl/JsNgElement.java:9
ClassJsNgFormController
Native implementation of NgModelController
angulargwt/src/main/java/com/google/gwt/angular/client/impl/JsNgFormController.java:9
ClassJsNgModelController
Native implementation of NgModelController
angulargwt/src/main/java/com/google/gwt/angular/client/impl/JsNgModelController.java:12
ClassJsNgParserFunction
Base class for parser functions.
angulargwt/src/main/java/com/google/gwt/angular/client/JsNgParserFunction.java:8
ClassJsNgTimeout
JSO implementation of NgTimeout.
angulargwt/src/main/java/com/google/gwt/angular/client/impl/JsNgTimeout.java:9
ClassJsScopeBase
Base class of generated scopes.
angulargwt/src/main/java/com/google/gwt/angular/client/impl/JsScopeBase.java:9
ClassJsr303Directive
Adds JSR-303 validator support.
angtulargwt-jsr303/src/main/java/com/google/gwt/angtulargwt/jsr303/client/Jsr303Directive.java:24
ClassJsr303Module
This is your Module, injectable via the given mnemonic add all exposed Components (Services and Directives) to the Depends-Annotation
angtulargwt-jsr303/src/main/java/com/google/gwt/angtulargwt/jsr303/client/Jsr303Module.java:12
ClassJsr303ModuleTest
angtulargwt-jsr303/src/test/java/com/google/gwt/angtulargwt/jsr303/client/Jsr303ModuleTest.java:7
ClassJsr303ValidationFactory
Bootstrap the JSR-303 validator
angtulargwt-jsr303/src/main/java/com/google/gwt/angtulargwt/jsr303/client/Jsr303ValidationFactory.java:10
ClassLocation
The angular.js $location object.
angulargwt/src/main/java/com/google/gwt/angular/client/Location.java:8
InterfaceModel
Model classes are essentially ways of automatically creating Javascript Object backed Javabeans via interfaces. Declare getters and setters according
angulargwt/src/main/java/com/google/gwt/angular/client/Model.java:12
ClassModelGenerator
angulargwt/src/main/java/com/google/gwt/angular/rebind/ModelGenerator.java:19
ClassModuleGenerator
angulargwt/src/main/java/com/google/gwt/angular/rebind/ModuleGenerator.java:24
InterfaceNgElement
Extension of Elemental's Element with Angular convenience functions.
angulargwt/src/main/java/com/google/gwt/angular/client/NgElement.java:8
InterfaceNgFormController
Represents Angular form controller.
angulargwt/src/main/java/com/google/gwt/angular/client/NgFormController.java:6
InterfaceNgModelController
Angular's builtin NgModelController
angulargwt/src/main/java/com/google/gwt/angular/client/NgModelController.java:9
InterfaceNgParserFunction
Used for writing directive parsers.
angulargwt/src/main/java/com/google/gwt/angular/client/NgParserFunction.java:6
InterfaceNgTimeout
Represents Angular's $timeout service.
angulargwt/src/main/java/com/google/gwt/angular/client/NgTimeout.java:6
InterfaceNgValidator
Marker interface for Validation, extend and annotate with ValidateModels @author h0ru5
angtulargwt-jsr303/src/main/java/com/google/gwt/angtulargwt/jsr303/client/NgValidator.java:9
ClassRouteParams
The angular.js $routeParams object.
angulargwt/src/main/java/com/google/gwt/angular/client/RouteParams.java:8
InterfaceScope
A scope object is essentially a Model object that can be injected and comes with some methods builtin. The {@link NgInject} annotation here says that
angulargwt/src/main/java/com/google/gwt/angular/client/Scope.java:8
ClassScopeGenerator
angulargwt/src/main/java/com/google/gwt/angular/rebind/ScopeGenerator.java:19
ClassScriptLoader
Override this and invoke GWT.create() on your modules.
angulargwt/src/main/java/com/google/gwt/angular/client/AngularApp.java:75
ClassSimpleService
angulargwt-app-archetype/src/main/resources/archetype-resources/src/main/java/SimpleService.java:5
ClassTipCalcApp
TipCalculator demonstrating JSR-303 validation integration.
angulargwt-example-tipcalc/src/main/java/com/google/gwt/angular/tipcalc/client/TipCalcApp.java:11
ClassTipCalcAppModule
Angular Module Declaring our dependencies.
angulargwt-example-tipcalc/src/main/java/com/google/gwt/angular/tipcalc/client/TipCalcAppModule.java:11
ClassTipCalcController
Controller used for TipCalc
angulargwt-example-tipcalc/src/main/java/com/google/gwt/angular/tipcalc/client/TipCalcController.java:12
InterfaceTipCalcScope
TipCalcScope.
angulargwt-example-tipcalc/src/main/java/com/google/gwt/angular/tipcalc/client/TipCalcScope.java:8
InterfaceTipCalcValidation
angulargwt-example-tipcalc/src/main/java/com/google/gwt/angular/tipcalc/client/TipCalcValidation.java:6
InterfaceTipCalcValidator
angulargwt-example-tipcalc/src/main/java/com/google/gwt/angular/tipcalc/client/ValidationFactory.java:17
InterfaceTipModel
angulargwt-example-tipcalc/src/main/java/com/google/gwt/angular/tipcalc/client/TipModel.java:12
InterfaceTipModel
angtulargwt-jsr303/src/test/java/com/google/gwt/angtulargwt/jsr303/rebind/test/TipModel.java:12
InterfaceTodo
Model object for individual Todo entry.
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/Todo.java:8
ClassTodoApp
Entry point for Angular TodoMvc App.
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/TodoApp.java:10
ClassTodoAppModule
Angular Module Declaring our dependencies.
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/TodoAppModule.java:10
ClassTodoBlurDirective
TodoMVC todo-blur directive.
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/TodoBlurDirective.java:14
ClassTodoController
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/TodoController.java:14
ClassTodoFilter
Injectable filter.
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/TodoFilter.java:13
ClassTodoFocusDirective
TodoMVC todo-focus directive.
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/TodoFocusDirective.java:12
InterfaceTodoScope
TodoScope declaration. Follows the {@link com.google.gwt.angular.client.Model} spec for setting up fields on the scope object.
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/TodoScope.java:10
ClassTodoStorage
Injected service for storage.
angulargwt-example-todo/src/main/java/com/google/gwt/angular/todomvc/client/TodoStorage.java:15
InterfaceTopModel
Tip -> Top
angtulargwt-jsr303/src/test/java/com/google/gwt/angtulargwt/jsr303/rebind/test/TopModel.java:8
ClassUtil
angulargwt/src/main/java/com/google/gwt/angular/client/Util.java:8
ClassValidationFactory
angulargwt-example-tipcalc/src/main/java/com/google/gwt/angular/tipcalc/client/ValidationFactory.java:10
InterfaceWatchFunction
Function called when a watch event triggers.
angulargwt/src/main/java/com/google/gwt/angular/client/WatchFunction.java:6