com.sencha.gxt.legacy.client.mvc
Class View
java.lang.Object
com.sencha.gxt.legacy.client.mvc.View
public abstract class View
- extends Object
Views are responsible for rendering the user interface.
|
Constructor Summary |
View(Controller controller)
Creates a new view instance. |
View
public View(Controller controller)
- Creates a new view instance.
- Parameters:
controller - the parent controller
getController
public Controller getController()
- Returns the view's controller.
- Returns:
- the controller
Copyright © 2011. All Rights Reserved.