Packagecom.flexicious.persistence
Classpublic class SettingsPopup
InheritanceSettingsPopup Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  cbFilters : CheckBox
SettingsPopup
  cbFooter : CheckBox
SettingsPopup
  cbxColumns : CheckBoxList
SettingsPopup
  _grid : IExtendedDataGrid
SettingsPopup
  grid : IExtendedDataGrid
SettingsPopup
  txtPageSize : TextInput
SettingsPopup
Public Methods
 MethodDefined By
  
Constructor.
SettingsPopup
Protected Methods
 MethodDefined By
  
getColumnLabel(item:Object):String
SettingsPopup
Property Detail
_gridproperty
public var _grid:IExtendedDataGrid

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

cbFiltersproperty 
public var cbFilters:CheckBox

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

cbFooterproperty 
public var cbFooter:CheckBox

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

cbxColumnsproperty 
public var cbxColumns:CheckBoxList

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

gridproperty 
grid:IExtendedDataGrid


Implementation
    public function get grid():IExtendedDataGrid
    public function set grid(value:IExtendedDataGrid):void
txtPageSizeproperty 
public var txtPageSize:TextInput

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

Constructor Detail
SettingsPopup()Constructor
public function SettingsPopup()

Constructor.

Method Detail
getColumnLabel()method
protected function getColumnLabel(item:Object):String

Parameters

item:Object

Returns
String