Package | com.iwobanas.controls.dataGridClasses |
Class | public class MDataGridColumn |
Inheritance | MDataGridColumn ![]() |
See also
Property | Defined by | ||
---|---|---|---|
filterEditor : IFactory
The class factory for filter editor instances that edits column filter values.
| MDataGridColumn |
Method | Defined by | ||
---|---|---|---|
MDataGridColumn(columnName:String = null)
Constructor.
| MDataGridColumn |
Event | Summary | Defined by | ||
---|---|---|---|---|
Dispatched when the filter property changes. | MDataGridColumn |
Style | Description | Defined by | ||
---|---|---|---|---|
filterEditorStyleName
| Type: String CSS Inheritance: no The name of a CSS style declaration for controlling the appearance of the column filter editor. | MDataGridColumn |
filterEditor | property |
public var filterEditor:IFactory
The class factory for filter editor instances that edits column filter values. Objects created by this factory should implement IColumnFilterEditor interface.
The default value is WildcardFilterEditor
.
See also
MDataGridColumn | () | constructor |
public function MDataGridColumn(columnName:String = null)
Constructor.
ParameterscolumnName:String (default = null )
|
filterChange | event |
com.iwobanas.controls.dataGridClasses.MDataGridEvent
Dispatched when the filter
property changes.