Package org.vaadin.firitin.fluency.ui
Interface FluentHasValueAndElement<S extends FluentHasValueAndElement<S,E,V>,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V>
- All Superinterfaces:
FluentHasEnabled<S>
,com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.HasEnabled
,com.vaadin.flow.component.HasValue<E,
,V> Serializable
- All Known Subinterfaces:
FluentVaadinTextField<S,
F, T>
- All Known Implementing Classes:
EnumSelect
,LocaleSelect
,VBigDecimalField
,VCheckBox
,VCheckboxGroup
,VComboBox
,VCustomField
,VDatePicker
,VDateTimePicker
,VEmailField
,VIntegerField
,VListBox
,VNumberField
,VPasswordField
,VRadioButtonGroup
,VSelect
,VTextArea
,VTextField
,VTimePicker
public interface FluentHasValueAndElement<S extends FluentHasValueAndElement<S,E,V>,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V>
extends com.vaadin.flow.component.HasValue<E,V>, FluentHasEnabled<S>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasValue
com.vaadin.flow.component.HasValue.ValueChangeEvent<V extends Object>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault S
withReadOnly
(boolean readOnly) default S
withRequiredIndicatorVisible
(boolean requiredIndicatorVisible) default S
default S
withValueChangeListener
(com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.HasValue.ValueChangeEvent<V>> listener) Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasEnabled
withEnabled
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
Methods inherited from interface com.vaadin.flow.component.HasValue
addValueChangeListener, clear, getEmptyValue, getOptionalValue, getValue, isEmpty, isReadOnly, isRequiredIndicatorVisible, setReadOnly, setRequiredIndicatorVisible, setValue
-
Method Details
-
withReadOnly
-
withRequiredIndicatorVisible
-
withValue
-
withValueChangeListener
-