| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components |
| Modifier and Type | Method and Description |
|---|---|
static HasPlaceholder |
HasPlaceholder.create(Supplier<String> getter,
Consumer<String> setter)
Create a new
HasPlaceholder using given callback functions to get and set the placeholder text. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<HasPlaceholder> |
Input.hasPlaceholder()
Checks whether this component supports a placeholder, which text can be
handled using the
HasPlaceholder interface. |
Copyright © 2020 The Holon Platform. All rights reserved.