Interface FluentHasPrefix<S extends FluentHasPrefix<S>>
- All Superinterfaces:
com.vaadin.flow.component.HasElement, com.vaadin.flow.component.shared.HasPrefix, Serializable
- All Known Subinterfaces:
FluentHasPrefixAndSuffix<S>, FluentVaadinTextField<S,F, T>
- All Known Implementing Classes:
VBigDecimalField, VEmailField, VIntegerField, VNumberField, VPasswordField, VTextArea, VTextField
public interface FluentHasPrefix<S extends FluentHasPrefix<S>>
extends com.vaadin.flow.component.shared.HasPrefix
-
Method Summary
Modifier and TypeMethodDescriptiondefault SwithPrefixComponent(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, setPrefixComponent
-
Method Details
-
withPrefixComponent
-