Packagecom.iwobanas.controls.dataGridClasses.filterEditors
Interfacepublic interface IColumnFilterEditor extends mx.core.IUIComponent
ImplementorsFilterEditorBase

The IColumnFilterEditor defines interface of all column filter editors. Column filter editors are used to modify MDataGrid column filters.

See also

com.iwobanas.controls.dataGridClasses.filters.ColumnFilterBase
com.iwobanas.controls.dataGridClasses.filterEditors.FilterEditorBase


Public Methods
 MethodDefined by
  
endEdit():void
End editing filter for the given column.
IColumnFilterEditor
  
Start editing filter for the given column.
IColumnFilterEditor
Method detail
endEdit()method
public function endEdit():void

End editing filter for the given column. Implementation of this column should also set MDataGridColumn editorInstance property to null.

Ending editing the filter does not mean that the filter should be deactivated. Only the editor component should be closed.

startEdit()method 
public function startEdit(column:MDataGridColumn):void

Start editing filter for the given column. Implementation of this function should update MDataGridColumn editorInstance property.

Typically concrete editors also check the type of columns filter property and create new filter if needed.

Parameters
column:MDataGridColumn