| Package | Description |
|---|---|
| com.sencha.gxt.legacy.client.mvc |
A lightweight MVC implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Controller |
View.getController()
Returns the view's controller.
|
| Modifier and Type | Method and Description |
|---|---|
List<Controller> |
Dispatcher.getControllers()
Returns all controllers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.addChild(Controller controller)
Add a child controller.
|
void |
Dispatcher.addController(Controller controller)
Adds a controller.
|
void |
Dispatcher.removeController(Controller controller)
Removes a controller.
|
| Constructor and Description |
|---|
View(Controller controller)
Creates a new view instance.
|
Copyright © 2014. All Rights Reserved.