Package io.jmix.ui.component
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 TypeMethodDescriptionvoidsetHtmlName(String htmlName) Sets the givenhtmlNameas a value of "name" HTML attribute. 
- 
Method Details
- 
setHtmlName
Sets the givenhtmlNameas a value of "name" HTML attribute.- Parameters:
 htmlName- name
 - 
getHtmlName
- Returns:
 - a value of "name" HTML attribute
 
 
 -