|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Controller | |
|---|---|
| com.sencha.gxt.legacy.client.mvc | A lightweight MVC implementation. |
| Uses of Controller in com.sencha.gxt.legacy.client.mvc |
|---|
| Methods in com.sencha.gxt.legacy.client.mvc that return Controller | |
|---|---|
Controller |
View.getController()
Returns the view's controller. |
| Methods in com.sencha.gxt.legacy.client.mvc that return types with arguments of type Controller | |
|---|---|
List<Controller> |
Dispatcher.getControllers()
Returns all controllers. |
| Methods in com.sencha.gxt.legacy.client.mvc with parameters of type Controller | |
|---|---|
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. |
| Constructors in com.sencha.gxt.legacy.client.mvc with parameters of type Controller | |
|---|---|
View(Controller controller)
Creates a new view instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||