Package org.vaadin.firitin.fluency.ui
Interface FluentFocusable<T extends com.vaadin.flow.component.Component,S extends FluentFocusable<T,S>>
-
- All Superinterfaces:
com.vaadin.flow.component.BlurNotifier<T>,FluentBlurNotifier<T,S>,FluentFocusNotifier<T,S>,com.vaadin.flow.component.Focusable<T>,com.vaadin.flow.component.FocusNotifier<T>,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,Serializable
- All Known Subinterfaces:
FluentVaadinTextField<S,F,T>
- All Known Implementing Classes:
DefaultButton,LocaleSelect,PagingGrid,VBigDecimalField,VButton,VCheckBox,VComboBox,VCustomField,VDatePicker,VDateTimePicker,VEmailField,VGrid,VIntegerField,VIronList,VListBox,VMultiSelectListBox,VNativeButton,VNumberField,VPasswordField,VSelect,VTextArea,VTextField,VTimePicker
public interface FluentFocusable<T extends com.vaadin.flow.component.Component,S extends FluentFocusable<T,S>> extends com.vaadin.flow.component.Focusable<T>, FluentFocusNotifier<T,S>, FluentBlurNotifier<T,S>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithTabIndex(int tabIndex)-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentBlurNotifier
withBlurListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentFocusNotifier
withFocusListener
-
-
-
-
Method Detail
-
withTabIndex
default S withTabIndex(int tabIndex)
-
-