public abstract class AbstractController extends Object implements Controller
Controller
interface. Since
GWT Angular provides binding of public properties and methods to Angular's
$scope behind the scenes, many implementations of Controller
objects
do not need to perform any meaningful tasks during
onControllerLoad()
. This abstract implementation provides a no-op
implementation of onControllerLoad()
.Modifier and Type | Field and Description |
---|---|
protected NGScope |
scope
Equivalent of AngularJS
$scope . |
Constructor and Description |
---|
AbstractController() |
protected NGScope scope
$scope
.public void onControllerLoad()
onControllerLoad
in interface Controller
Copyright © 2015. All rights reserved.