Sets the max String Length the Text of the Textfield can have. @param length The max String length of the Text.
(int length)
| 159 | * @param length The max String length of the Text. |
| 160 | */ |
| 161 | public void setMaxStringLength(int length) { |
| 162 | f(length); |
| 163 | } |
| 164 | |
| 165 | /** |
| 166 | * Gets the current Text of the Textfield. |