Sets the max String Length the Text of the Textfield can have. @param length The max String length of the Text.
(int length)
| 164 | * @param length The max String length of the Text. |
| 165 | */ |
| 166 | public void setMaxStringLength(int length) { |
| 167 | f(length); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Gets the current Text of the Textfield. |