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