Packagefeathers.extensions.tabbedApplication
Interfacepublic interface IView
Implementors PanelView, View

The IView interface defines the interface for View and PanelView.



Public Properties
 PropertyDefined By
  data : Object
Properties saved in a view.
IView
Property Detail
dataproperty
data:Object

Properties saved in a view.


Implementation
    public function get data():Object
    public function set data(value:Object):void