Sets the max String Length the Text of the Textfield can have. @param length The max String length of the Text.
(int length)
| 171 | * @param length The max String length of the Text. |
| 172 | */ |
| 173 | @Override |
| 174 | public void setMaxStringLength(int length) { |
| 175 | f(length); |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Gets the current Text of the Textfield. |