Packageorg.apache.flex.html.accessories
Classpublic class PasswordInputBead
InheritancePasswordInputBead Inheritance Object
Implements IBead

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

The PasswordInput class is a specialty bead that can be used with any TextInput control. The bead secures the text input area by masking the input as it is typed.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
PasswordInputBead
Public Methods
 MethodDefined By
  
constructor.
PasswordInputBead
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
PasswordInputBead()Constructor
public function PasswordInputBead()

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

constructor.