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 SwithPrefixComponent(com.vaadin.flow.component.Component component) default SwithSuffixComponent(com.vaadin.flow.component.Component component) Methods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.shared.HasPrefix
getPrefixComponent, setPrefixComponentMethods inherited from interface com.vaadin.flow.component.shared.HasSuffix
getSuffixComponent, setSuffixComponent
-
Method Details
-
withPrefixComponent
-
withSuffixComponent
-