Interface HasAutofocus
-
- All Known Implementing Classes:
AbstractFormatingSuggestBox,AbstractFormatingTextBox,AbstractMinMaxTextBox,AbstractPhoneNumberSuggestBox,AbstractWebShimedMinMaxTextBox,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAutofocus()get autofocus value.voidsetAutofocus(boolean arg)set autofocus value.
-