Interface TextInputField.MaxLengthLimited

All Known Subinterfaces:
PasswordField, ResizableTextArea<V>, TextArea<V>, TextField<V>
All Known Implementing Classes:
AbstractTextArea, PasswordFieldImpl, ResizableTextAreaImpl, TextAreaImpl, TextFieldImpl
Enclosing interface:
TextInputField<V>

public static interface TextInputField.MaxLengthLimited
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setMaxLength(int maxLength)
     
  • Method Details