| Package | org.apache.flex.html.beads |
| Class | public class TextAreaView |
| Inheritance | TextAreaView TextFieldViewBase Object |
| Implements | IStrand |
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
| Property | Defined By | ||
|---|---|---|---|
| beads : Array
The array property that is used to add additional
beads to an MXML tag. | TextAreaView | ||
| border : Border [read-only]
The border. | TextAreaView | ||
![]() | html : String
The html formatted text displayed in the control. | TextFieldViewBase | |
![]() | strand : IStrand [write-only]
The host component for this bead. | TextFieldViewBase | |
![]() | text : String
The text displayed in the control. | TextFieldViewBase | |
![]() | textField : CSSTextField [read-only] | TextFieldViewBase | |
| vScrollBar : VScrollBar [read-only]
The vertical ScrollBar. | TextAreaView | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TextAreaView | ||
Add a bead to the strand. | TextAreaView | ||
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | TextAreaView | ||
Remove a bead from the strand. | TextAreaView | ||
| beads | property |
public var beads:Array| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The array property that is used to add additional beads to an MXML tag. From ActionScript, just call addBead directly.
| border | property |
border:Border [read-only] | Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The border.
public function get border():Border| vScrollBar | property |
vScrollBar:VScrollBar [read-only] | Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The vertical ScrollBar.
public function get vScrollBar():VScrollBar| TextAreaView | () | Constructor |
public function TextAreaView()| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
| addBead | () | method |
public function addBead(bead:IBead):void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Add a bead to the strand.
Parameters
bead:IBead — The bead to be added.
|
| getBeadByType | () | method |
public function getBeadByType(classOrInterface:Class):IBead| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Find a bead on the strand.
Parameters
classOrInterface:Class — The class or interface to use
to search for the bead
|
IBead — The bead.
|
| removeBead | () | method |
public function removeBead(value:IBead):IBead| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Remove a bead from the strand.
Parameters
value:IBead — bead The bead to be removed.
|
IBead |