Interface HasAutofocus
- All Known Implementing Classes:
AbstractFormatingSuggestBox,AbstractFormatingTextBox,AbstractMinMaxTextBox,AbstractPhoneNumberSuggestBox,BicSuggestBox,CheckBox,ColorBox,CountryListBox,CurrencyBigDecimalBox,CurrencyDoubleBox,DateBox,DateBoxLocalDate,DateTimeLocalBox,DateTimeLocalBoxLocalDateTime,DecimalBigDecimalBox,DecimalDoubleBox,DynamicInputWidget,EmailTextBox,FieldTypeListBox,IbanTextBox,IdAndNameListBox,IdAndNameSearchableListBox,IntegerBox,IntegerBoxWithoutSeparator,Isbn10TextBox,Isbn13TextBox,IsbnTextBox,LongBox,LongBoxWithoutSeparator,MonthBox,PageNumberListBox,PasswordTextBox,PercentBigDecimalBox,PercentDoubleBox,PhoneNumberCommonInterSuggestBox,PhoneNumberCommonSuggestBox,PhoneNumberDin5008InterSuggestBox,PhoneNumberDin5008SuggestBox,PhoneNumberE123InterSuggestBox,PhoneNumberE123SuggestBox,PhoneNumberMsSuggestBox,PhoneNumberUriSuggestBox,PostalCodeTextBox,RadioButton,RangeBox,RegExCheckedTextBox,SearchTextBox,SortableIdAndNameListBox,SortableIdAndNameRadioButton,SortableIdAndNameSearchableListBox,SuggestBoxWithEditorErrors,TaxNumberTextBox,TextArea,TextBox,TextBoxBase,TextBoxWithFormating,TimeBox,TimeBoxLocalTime,TinTextBox,UiLanguageListBox,UrlTextBox,ValueBox,ValueBoxBaseWithEditorErrors,VatIdTextBox
public interface HasAutofocus
-
Method Summary
Modifier and TypeMethodDescriptionbooleanget autofocus value.voidsetAutofocus(boolean arg) set autofocus value.
-
Method Details
-
isAutofocus
boolean isAutofocus()get autofocus value.- Returns:
- true if input field has autofocus
-
setAutofocus
void setAutofocus(boolean arg) set autofocus value.- Parameters:
arg- true if input field has autofocus
-