public interface HasAutocapitalize extends HasElement
autocapitalize
attribute.Modifier and Type | Field and Description |
---|---|
static String |
AUTOCAPITALIZE_ATTRIBUTE
Name of @{code autocapitalize} attribute.
|
Modifier and Type | Method and Description |
---|---|
default Autocapitalize |
getAutocapitalize()
Gets the
Autocapitalize for indicating whether the value of this
component can be automatically completed by the browser. |
default void |
setAutocapitalize(Autocapitalize autocapitalize)
Sets the
Autocapitalize attribute for indicating whether the
value of this component can be automatically completed by the browser. |
getElement
static final String AUTOCAPITALIZE_ATTRIBUTE
default void setAutocapitalize(Autocapitalize autocapitalize)
Autocapitalize
attribute for indicating whether the
value of this component can be automatically completed by the browser.
If not set, devices may apply their own default.
autocapitalize
- the autocapitalize
value, or null
to unsetdefault Autocapitalize getAutocapitalize()
Autocapitalize
for indicating whether the value of this
component can be automatically completed by the browser.autocapitalize
value, or null
if not setCopyright © 2020. All rights reserved.