| Package | com.ericfeminella.blogs.view |
| Class | public class BlogLinksView |
| Method | Defined by | ||
|---|---|---|---|
|
constructor initializes BlogLinksEventManager
| BlogLinksView | ||
|
getDataProvider():void
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 | ||
| BlogLinksView | () | constructor |
public function BlogLinksView()constructor initializes BlogLinksEventManager
| getDataProvider | () | method |
public function getDataProvider():voidNotifies Model that it is an observer of the Model
| setUI | () | method |
public function setUI(blogLinksDataGrid:DataGrid):voidPasses a reference to the datagrid in which this view handles. Adds a listener to the change event of the datagrid
ParametersblogLinksDataGrid:DataGrid |