Packageorg.apache.flex.html.beads.controllers
Classpublic class EditableTextKeyboardController
InheritanceEditableTextKeyboardController Inheritance Object
Implements IBead, IBeadController

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The EditableTextKeyboardController class bead intercepts keyboard events on the component's text field and emits change events.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
EditableTextKeyboardController
Public Methods
 MethodDefined By
  
constructor.
EditableTextKeyboardController
Property Detail
strandproperty
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
EditableTextKeyboardController()Constructor
public function EditableTextKeyboardController()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.