Package org.vaadin.firitin.fluency.ui
Interface FluentHasPrefixAndSuffix<S extends FluentHasPrefixAndSuffix<S>>
- All Superinterfaces:
com.vaadin.flow.component.HasElement
,com.vaadin.flow.component.shared.HasPrefix
,com.vaadin.flow.component.textfield.HasPrefixAndSuffix
,com.vaadin.flow.component.shared.HasSuffix
,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
Modifier and TypeMethodDescriptiondefault S
withPrefixComponent
(com.vaadin.flow.component.Component component) default S
withSuffixComponent
(com.vaadin.flow.component.Component component) Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface com.vaadin.flow.component.shared.HasPrefix
getPrefixComponent, setPrefixComponent
Methods inherited from interface com.vaadin.flow.component.shared.HasSuffix
getSuffixComponent, setSuffixComponent
-
Method Details
-
withPrefixComponent
-
withSuffixComponent
-