Packagecom.ericfeminella.blogs.view
Classpublic class BlogLinksView

Handles visual representation of the Model as well as provides notification to the controller of all user gestures



Public Methods
 MethodDefined by
  
constructor initializes BlogLinksEventManager
BlogLinksView
  
Notifies Model that it is an observer of the Model
BlogLinksView
  
setUI(blogLinksDataGrid:DataGrid):void
Passes a reference to the datagrid in which this view handles.
BlogLinksView
Constructor detail
BlogLinksView()constructor
public function BlogLinksView()

constructor initializes BlogLinksEventManager

Method detail
getDataProvider()method
public function getDataProvider():void

Notifies Model that it is an observer of the Model

setUI()method 
public function setUI(blogLinksDataGrid:DataGrid):void

Passes a reference to the datagrid in which this view handles. Adds a listener to the change event of the datagrid

Parameters
blogLinksDataGrid:DataGrid