| Package | org.openzet.controls.dataGridClasses.filter |
| Class | public class FilterPopUp |
| Inheritance | FilterPopUp mx.containers.VBox |
See also
| Property | Defined by | ||
|---|---|---|---|
| dataField : String
A property to specify a column's dataField to which this instance conceptually maps.
| FilterPopUp | ||
| filterHelper : FilterHelper
A property to specify FilterHelper instance.
| FilterPopUp | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
Sets its default styles.
| FilterPopUp | ||
| dataField | property |
dataField:String [read-write]A property to specify a column's dataField to which this instance conceptually maps. When this property is set, this instance automatically gets its dataProvider using FilterHelper instance specified by filterHelper property.
Implementation public function get dataField():String
public function set dataField(value:String):void
| filterHelper | property |
filterHelper:FilterHelper [read-write]A property to specify FilterHelper instance. FilterHelper instance is specified by FilterManager class and always set before this instance's dataProvider property.
Implementation public function get filterHelper():FilterHelper
public function set filterHelper(value:FilterHelper):void
| FilterPopUp | () | constructor |
public function FilterPopUp()Constructor Sets its default styles.