Package org.vaadin.firitin.fluency.ui
Interface FluentHasPrefixAndSuffix<S extends FluentHasPrefixAndSuffix<S>>
-
- All Superinterfaces:
com.vaadin.flow.component.HasElement,com.vaadin.flow.component.textfield.HasPrefixAndSuffix,Serializable
- All Known Subinterfaces:
FluentVaadinTextField<S,F,T>
- All Known Implementing Classes:
VBigDecimalField,VEmailField,VIntegerField,VNumberField,VPasswordField,VTextArea,VTextField
public interface FluentHasPrefixAndSuffix<S extends FluentHasPrefixAndSuffix<S>> extends com.vaadin.flow.component.textfield.HasPrefixAndSuffix
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithPrefixComponent(com.vaadin.flow.component.Component component)default SwithSuffixComponent(com.vaadin.flow.component.Component component)
-