Packagecom.esri.aws.awx.widget
Classpublic class FindWidget
InheritanceFindWidget Inheritance com.esri.aws.awx.widget.findWidgetClasses.FindWidgetBase

The Find Widget allows the user to look up addresses, phone numbers, IP addresses, or place names and see their location on the map. There are multiple "widget states" for this widget.


Example
How to open the Find Widget inside the FloatingWidgetContainer.
     WidgetPopupManager.openWidget(new FindWidget());
     

See also

FindWidgetLoader - for a lazy loaded Find widget.
IFind
About widgets
Live Sample - using widgets - Flex API


Public Methods
 MethodDefined by
  
Creates a new FindWidget.
FindWidget
  
setFindText(value:String):void
Sets the text of the find textInput.
FindWidget
Constructor detail
FindWidget()constructor
public function FindWidget()

Creates a new FindWidget.

Method detail
setFindText()method
public override function setFindText(value:String):void

Sets the text of the find textInput.

Parameters
value:String