Packagecom.flexicious.persistence
Classpublic class SaveSettingsPopup
InheritanceSaveSettingsPopup Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  cbDefaultPreference : CheckBox
SaveSettingsPopup
  cbPERSIST_COLUMN_ORDER : CheckBox
SaveSettingsPopup
  cbPERSIST_COLUMN_VISIBILITY : CheckBox
SaveSettingsPopup
  cbPERSIST_COLUMN_WIDTH : CheckBox
SaveSettingsPopup
  cbPERSIST_FILTER : CheckBox
SaveSettingsPopup
  cbPERSIST_FOOTER_FILTER_VISIBILITY : CheckBox
SaveSettingsPopup
  cbPERSIST_PAGE_SIZE : CheckBox
SaveSettingsPopup
  cbPERSIST_PRINT_SETTINGS : CheckBox
SaveSettingsPopup
  cbPERSIST_SCROLL : CheckBox
SaveSettingsPopup
  cbPERSIST_SORT : CheckBox
SaveSettingsPopup
  filtersEnabled : Boolean
SaveSettingsPopup
  _grid : IExtendedDataGrid
SaveSettingsPopup
  grid : IExtendedDataGrid
SaveSettingsPopup
  preferenceIsDefault : Boolean
SaveSettingsPopup
  preferenceName : String
SaveSettingsPopup
  preferencesSet : Boolean
SaveSettingsPopup
  txtPreferenceName : TextInput
SaveSettingsPopup
Public Methods
 MethodDefined By
  
Constructor.
SaveSettingsPopup
Property Detail
_gridproperty
public var _grid:IExtendedDataGrid

cbDefaultPreferenceproperty 
public var cbDefaultPreference:CheckBox

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

cbPERSIST_COLUMN_ORDERproperty 
public var cbPERSIST_COLUMN_ORDER:CheckBox

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

cbPERSIST_COLUMN_VISIBILITYproperty 
public var cbPERSIST_COLUMN_VISIBILITY:CheckBox

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

cbPERSIST_COLUMN_WIDTHproperty 
public var cbPERSIST_COLUMN_WIDTH:CheckBox

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

cbPERSIST_FILTERproperty 
public var cbPERSIST_FILTER:CheckBox

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

cbPERSIST_FOOTER_FILTER_VISIBILITYproperty 
public var cbPERSIST_FOOTER_FILTER_VISIBILITY:CheckBox

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

cbPERSIST_PAGE_SIZEproperty 
public var cbPERSIST_PAGE_SIZE:CheckBox

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

cbPERSIST_PRINT_SETTINGSproperty 
public var cbPERSIST_PRINT_SETTINGS:CheckBox

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

cbPERSIST_SCROLLproperty 
public var cbPERSIST_SCROLL:CheckBox

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

cbPERSIST_SORTproperty 
public var cbPERSIST_SORT:CheckBox

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

filtersEnabledproperty 
public var filtersEnabled:Boolean

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
preferenceIsDefaultproperty 
public var preferenceIsDefault:Boolean

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

preferenceNameproperty 
public var preferenceName:String

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

preferencesSetproperty 
public var preferencesSet:Boolean

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

txtPreferenceNameproperty 
public var txtPreferenceName:TextInput

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

Constructor Detail
SaveSettingsPopup()Constructor
public function SaveSettingsPopup()

Constructor.