Package org.vaadin.firitin.fluency.ui
Interface FluentHasEnabled<S extends FluentHasEnabled<S>>
- All Superinterfaces:
com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,Serializable
- All Known Subinterfaces:
FluentHasValueAndElement<S,
,E, V> FluentVaadinTextField<S,
F, T>
- All Known Implementing Classes:
ConfirmButton
,DefaultButton
,DeleteButton
,DynamicFileDownloader
,EnumSelect
,LocaleSelect
,UploadFileHandler
,VAccordionPanel
,VBigDecimalField
,VButton
,VCheckBox
,VCheckboxGroup
,VComboBox
,VCustomField
,VDatePicker
,VDateTimePicker
,VDetails
,VEmailField
,VIntegerField
,VListBox
,VNumberField
,VPasswordField
,VRadioButtonGroup
,VSelect
,VTextArea
,VTextField
,VTimePicker
public interface FluentHasEnabled<S extends FluentHasEnabled<S>>
extends com.vaadin.flow.component.HasEnabled
-
Method Summary
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
-
Method Details
-
withEnabled
-