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