Packagecom.flexicious.persistence
Classpublic class OpenSettingsPopup
InheritanceOpenSettingsPopup Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  cbDefault : Array
OpenSettingsPopup
  currentPref : PreferenceInfo
OpenSettingsPopup
  gpi : GridPreferencesInfo
OpenSettingsPopup
  _grid : IExtendedDataGrid
OpenSettingsPopup
  grid : IExtendedDataGrid
OpenSettingsPopup
  rptPrefs : Repeater
OpenSettingsPopup
  txtName : Array
OpenSettingsPopup
Public Methods
 MethodDefined By
  
Constructor.
OpenSettingsPopup
Property Detail
_gridproperty
public var _grid:IExtendedDataGrid

cbDefaultproperty 
public var cbDefault:Array

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

currentPrefproperty 
public var currentPref:PreferenceInfo

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

gpiproperty 
public var gpi:GridPreferencesInfo

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

gridproperty 
grid:IExtendedDataGrid

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


Implementation
    public function get grid():IExtendedDataGrid
    public function set grid(value:IExtendedDataGrid):void
rptPrefsproperty 
public var rptPrefs:Repeater

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

txtNameproperty 
public var txtName:Array

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

Constructor Detail
OpenSettingsPopup()Constructor
public function OpenSettingsPopup()

Constructor.