| Package | org.openzet.controls |
| Class | public class SearchBox |
| Inheritance | SearchBox SuggestInput mx.controls.TextInput |
| Property | Defined by | ||
|---|---|---|---|
![]() | dataProvider : Object Dataprovider property to provide dropdown control with a dataProvider.
| SuggestInput | |
![]() | displayField : String
Property to specify a field name of the dataProvider on which to apply data filtering.
| SuggestInput | |
![]() | list : ListBase
Property to specify a list-like control to use as a dropdown control.
| SuggestInput | |
| popUp : IUIComponent
Specifies the UIComponent object, or object defined by a subclass
of UIComponent, to pop up.
| SearchBox | ||
| showArrowButton : Boolean [write-only]
Right arrow button's visibility
| SearchBox | ||
| Method | Defined by | ||
|---|---|---|---|
|
constructor
| SearchBox | ||
|
close():void
Closes the UIComponent object opened by the PopUpButton control.
| SearchBox | ||
|
open():void
Opens the UIComponent object specified by the
popUp property. | SearchBox | ||
| popUp | property |
popUp:IUIComponent [read-write]Specifies the UIComponent object, or object defined by a subclass of UIComponent, to pop up. For example, you can specify a Menu, TileList, or Tree control.
The default value is null.
This property can be used as the source for data binding.
Implementation public function get popUp():IUIComponent
public function set popUp(value:IUIComponent):void
| showArrowButton | property |
showArrowButton:Boolean [write-only]Right arrow button's visibility
Implementation public function set showArrowButton(value:Boolean):void
| SearchBox | () | constructor |
public function SearchBox()constructor
| close | () | method |
public function close():voidCloses the UIComponent object opened by the PopUpButton control.
| open | () | method |
public function open():void
Opens the UIComponent object specified by the popUp property.