Packagecom.adobe.portfolio.components
Classpublic class NavTextInput
InheritanceNavTextInput Inheritance spark.components.TextInput

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The NavTextInput class extends TextInput to provide extra navigator specific functionality.

Default MXML Propertytext



Public Methods
 MethodDefined By
  
Constructor.
NavTextInput
  
validationResultHandler(event:ValidationResultEvent):void
[override] Override the super to prevent a system tooltip with an error message from being displayed when user enters invalid input.
NavTextInput
Constructor Detail
NavTextInput()Constructor
public function NavTextInput()

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Constructor.

Method Detail
validationResultHandler()method
override public function validationResultHandler(event:ValidationResultEvent):void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Override the super to prevent a system tooltip with an error message from being displayed when user enters invalid input.

Parameters

event:ValidationResultEvent — The event object for the validation.