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:
ConfirmButton, DefaultButton, DeleteButton, EnumSelect, LocaleSelect, PagingGrid, TreeTable, VBigDecimalField, VButton, VCheckBox, VComboBox, VCustomField, VDatePicker, VDateTimePicker, VEmailField, VGrid, VIntegerField, 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>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.vaadin.flow.component.BlurNotifier

    com.vaadin.flow.component.BlurNotifier.BlurEvent<C extends com.vaadin.flow.component.Component>

    Nested classes/interfaces inherited from interface com.vaadin.flow.component.FocusNotifier

    com.vaadin.flow.component.FocusNotifier.FocusEvent<C extends com.vaadin.flow.component.Component>
  • Method Summary

    Modifier and Type
    Method
    Description
    default S
    withTabIndex(int tabIndex)
     

    Methods inherited from interface com.vaadin.flow.component.BlurNotifier

    addBlurListener

    Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentBlurNotifier

    withBlurListener

    Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentFocusNotifier

    withFocusListener

    Methods inherited from interface com.vaadin.flow.component.Focusable

    addFocusShortcut, blur, focus, getTabIndex, setTabIndex

    Methods inherited from interface com.vaadin.flow.component.FocusNotifier

    addFocusListener

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement

    Methods inherited from interface com.vaadin.flow.component.HasEnabled

    isEnabled, setEnabled
  • Method Details

    • withTabIndex

      default S withTabIndex(int tabIndex)