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 TypeMethodDescriptionvoid
setHtmlName
(String htmlName) Sets the givenhtmlName
as a value of "name" HTML attribute.
-
Method Details
-
setHtmlName
Sets the givenhtmlName
as a value of "name" HTML attribute.- Parameters:
htmlName
- name
-
getHtmlName
- Returns:
- a value of "name" HTML attribute
-