public interface HasTitle
| Modifier and Type | Method and Description |
|---|---|
static HasTitle |
create(Supplier<String> getter,
Consumer<String> setter)
Create a new
HasTitle using given callback functions to get and set the title text. |
String |
getTitle()
Get the component title.
|
void |
setTitle(String title)
Set the component title.
|
String getTitle()
void setTitle(String title)
title - The title text to setstatic HasTitle create(Supplier<String> getter, Consumer<String> setter)
HasTitle using given callback functions to get and set the title text.getter - title text getter (not null)setter - title text setter (not null)HasTitle using given callback functionsCopyright © 2019 The Holon Platform. All rights reserved.