Packageorg.apache.flex.html.accessories
Classpublic class NumericOnlyTextInputBead
InheritanceNumericOnlyTextInputBead Inheritance Object
Implements IBead

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

The NumericOnlyTextInputBead class is a specialty bead that can be used with any TextInput control. The bead prevents non-numeric entry into the text input area.



Public Properties
 PropertyDefined By
  decimalSeparator : String
The character used to separate the integer and fraction parts of numbers.
NumericOnlyTextInputBead
  maxChars : int
The character used to separate the integer and fraction parts of numbers.
NumericOnlyTextInputBead
  strand : IStrand
[write-only] The host component for this bead.
NumericOnlyTextInputBead
Public Methods
 MethodDefined By
  
constructor.
NumericOnlyTextInputBead
Property Detail
decimalSeparatorproperty
decimalSeparator:String

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

The character used to separate the integer and fraction parts of numbers.


Implementation
    public function get decimalSeparator():String
    public function set decimalSeparator(value:String):void
maxCharsproperty 
maxChars:int

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

The character used to separate the integer and fraction parts of numbers.


Implementation
    public function get maxChars():int
    public function set maxChars(value:int):void
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
NumericOnlyTextInputBead()Constructor
public function NumericOnlyTextInputBead()

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

constructor.