| Package | lunas |
| Interface | public interface TextInput extends Data, Focusable, Groupable |
| Implementors | CoreTextInput |
| Property | Defined By | ||
|---|---|---|---|
| condenseWhite : Boolean
Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextInput control with HTML text. | TextInput | ||
![]() | data : *
Indicates the data value object of the component. | Data | |
| displayAsPassword : Boolean
Indicates whether this control is used for entering passwords. | TextInput | ||
| editable : Boolean
Indicates whether the user is allowed to edit the text in this control. | TextInput | ||
![]() | group : Boolean
Indicates with a boolean if this object is grouped. | Groupable | |
![]() | groupName : String
Indicates the name of the group of this object. | Groupable | |
| htmlText : String
Specifies the text displayed by the TextInput component, including HTML markup that expresses the styles of that text. | TextInput | ||
| maxChars : int
Maximum number of characters that users can enter in the text field. | TextInput | ||
| restrict : String
Indicates the set of characters that a user can enter into the control. | TextInput | ||
![]() | selected : Boolean
A flag that indicates whether this control is selected. | Focusable | |
| text : String
Plain text that appears in the component. | TextInput | ||
| textField : TextField
The internal TextField that renders the text of this TextInput. | TextInput | ||
| condenseWhite | property |
condenseWhite:BooleanSpecifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextInput control with HTML text.
public function get condenseWhite():Boolean public function set condenseWhite(value:Boolean):void| displayAsPassword | property |
displayAsPassword:BooleanIndicates whether this control is used for entering passwords.
public function get displayAsPassword():Boolean public function set displayAsPassword(value:Boolean):void| editable | property |
editable:BooleanIndicates whether the user is allowed to edit the text in this control.
public function get editable():Boolean public function set editable(value:Boolean):void| htmlText | property |
htmlText:StringSpecifies the text displayed by the TextInput component, including HTML markup that expresses the styles of that text.
public function get htmlText():String public function set htmlText(value:String):void| maxChars | property |
maxChars:intMaximum number of characters that users can enter in the text field.
public function get maxChars():int public function set maxChars(value:int):void| restrict | property |
restrict:StringIndicates the set of characters that a user can enter into the control.
public function get restrict():String public function set restrict(value:String):void| text | property |
text:StringPlain text that appears in the component.
public function get text():String public function set text(value:String):void| textField | property |
textField:TextFieldThe internal TextField that renders the text of this TextInput.
public function get textField():TextField public function set textField(value:TextField):void