Package org.vaadin.firitin.fluency.ui
Interface FluentHasValidation<S extends FluentHasValidation<S>>
- All Superinterfaces:
 com.vaadin.flow.component.HasValidation,Serializable
- All Known Subinterfaces:
 FluentVaadinTextField<S,F, T> 
- All Known Implementing Classes:
 EnumSelect,LocaleSelect,VBigDecimalField,VCheckboxGroup,VComboBox,VCustomField,VDatePicker,VDateTimePicker,VEmailField,VIntegerField,VNumberField,VPasswordField,VRadioButtonGroup,VSelect,VTextArea,VTextField,VTimePicker
public interface FluentHasValidation<S extends FluentHasValidation<S>>
extends com.vaadin.flow.component.HasValidation
- 
Method Summary
Modifier and TypeMethodDescriptiondefault SwithErrorMessage(String errorMessage) default SwithInvalid(boolean invalid) Methods inherited from interface com.vaadin.flow.component.HasValidation
getErrorMessage, isInvalid, setErrorMessage, setInvalid, setManualValidation 
- 
Method Details
- 
withErrorMessage
 - 
withInvalid
 
 -