Packagecom.flexicious.components.dashboard.preferences
Classpublic class DashboardSaveSettingsPopup
InheritanceDashboardSaveSettingsPopup Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  _dashboard : DashboardContainer
DashboardSaveSettingsPopup
  dashboard : DashboardContainer
DashboardSaveSettingsPopup
  preferencesSet : Boolean
DashboardSaveSettingsPopup
Public Methods
 MethodDefined By
  
Constructor.
DashboardSaveSettingsPopup
Property Detail
_dashboardproperty
public var _dashboard:DashboardContainer

dashboardproperty 
dashboard:DashboardContainer

This property can be used as the source for data binding.


Implementation
    public function get dashboard():DashboardContainer
    public function set dashboard(value:DashboardContainer):void
preferencesSetproperty 
public var preferencesSet:Boolean

This property can be used as the source for data binding.

Constructor Detail
DashboardSaveSettingsPopup()Constructor
public function DashboardSaveSettingsPopup()

Constructor.