Interface TextInputField.HtmlNameSupported

All Known Subinterfaces:
PasswordField, TextField<V>
All Known Implementing Classes:
PasswordFieldImpl, TextFieldImpl
Enclosing interface:
TextInputField<V>

public static interface TextInputField.HtmlNameSupported
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setHtmlName(String htmlName)
    Sets the given htmlName as a value of "name" HTML attribute.
  • Method Details

    • setHtmlName

      @StudioProperty void setHtmlName(@Nullable String htmlName)
      Sets the given htmlName as a value of "name" HTML attribute.
      Parameters:
      htmlName - name
    • getHtmlName

      @Nullable String getHtmlName()
      Returns:
      a value of "name" HTML attribute