Dynamic Text Box¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
Dynamic Components | API 21, Android 5.0 Lollipop | 4 |
Overview¶
A component to create dynamic textboxes in Arrangements
Events¶
On Text Changed¶
Trigger when the text of a Dynamic TextBox changes
Methods¶
Create Text Box¶
Create a Dynamic TextBox
Delete Text Box¶
Remove a textbox component with the given id.
Get Enabled¶
Returns: Boolean
Get the Enabled status of a TextBox
Get Font Size¶
Returns: Number
Get the Font Size of a TextBox
Get Height¶
Returns: Number
Get the Height of a TextBox
Get Text¶
Returns: Text
Get the Text of a TextBox
Get Text Box By Id¶
Returns: Component
Returns the textbox referenced by its id.
Get Width¶
Returns: Number
Get the Width of a TextBox
Set Alignment¶
Update the Text Alignment of a TextBox. 0 = left, 1 = center and 2 = right.
Set Background Color¶
Update the Background Color of a TextBox
Set Enabled¶
Update the Enabled status of a TextBox
Set Font¶
Update the Font of a TextBox
Set Font Size¶
Update the Font Size of a TextBox
Set Height¶
Update the Height of a TextBox
Set Text¶
Update the Text of a TextBox
Set Text Color¶
Update the Text Color of a TextBox
Set Width¶
Update the Width of a TextBox