com.extjs.gxt.ui.client.mvc
Class View

java.lang.Object
  extended by com.extjs.gxt.ui.client.mvc.View

public abstract class View
extends java.lang.Object

Views are responsible for rendering the user interface.


Constructor Summary
View(Controller controller)
          Creates a new view instance.
 
Method Summary
 Controller getController()
          Returns the view's controller.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View

public View(Controller controller)
Creates a new view instance.

Parameters:
controller - the parent controller
Method Detail

getController

public Controller getController()
Returns the view's controller.

Returns:
the controller