C - Concrete configurator typepublic interface HasPrefixAndSuffixConfigurator<C extends HasPrefixAndSuffixConfigurator<C>>
HasPrefixAndSuffix type components.| Modifier and Type | Method and Description |
|---|---|
C |
prefixComponent(com.vaadin.flow.component.Component component)
Adds the given component into this field before the content, replacing any existing prefix component.
|
C |
suffixComponent(com.vaadin.flow.component.Component component)
Adds the given component into this field after the content, replacing any existing suffix component.
|
C prefixComponent(com.vaadin.flow.component.Component component)
component - the component to set, can be null to remove existing prefix componentC suffixComponent(com.vaadin.flow.component.Component component)
component - the component to set, can be null to remove existing suffix componentCopyright © 2019 The Holon Platform. All rights reserved.