public interface HasTitle
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Get the title of the component.
|
void |
setDescription(String description)
Sets the description of the component.
|
void |
setTitle(String title)
Sets the title of the component.
|
Copyright © 2018. All rights reserved.