Packageorg.apache.flex.html.accessories
Classpublic class TextPromptBead
InheritanceTextPromptBead Inheritance Object
Implements IBead

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

The TextPromptBead class is a specialty bead that can be used with any TextInput control. The bead places a string into the input field when there is no value associated with the text property.



Public Properties
 PropertyDefined By
  prompt : String
The string to use as the placeholder prompt.
TextPromptBead
  strand : IStrand
[write-only] The host component for this bead.
TextPromptBead
Public Methods
 MethodDefined By
  
constructor.
TextPromptBead
Property Detail
promptproperty
prompt:String

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

The string to use as the placeholder prompt.


Implementation
    public function get prompt():String
    public function set prompt(value:String):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
TextPromptBead()Constructor
public function TextPromptBead()

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

constructor.