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