Package | Description |
---|---|
com.vaadin.flow.component.textfield |
Modifier and Type | Method and Description |
---|---|
default Autocapitalize |
HasAutocapitalize.getAutocapitalize()
Gets the
Autocapitalize for indicating whether the value of this
component can be automatically completed by the browser. |
static Autocapitalize |
Autocapitalize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Autocapitalize[] |
Autocapitalize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
HasAutocapitalize.setAutocapitalize(Autocapitalize autocapitalize)
Sets the
Autocapitalize attribute for indicating whether the
value of this component can be automatically completed by the browser. |
Copyright © 2020. All rights reserved.