public class TitleMixin<T extends MaterialWidget & HasTitle> extends Object implements HasTitle
| Constructor and Description |
|---|
TitleMixin(T widget) |
| 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.
|
void |
setUiObject(T uiObject) |
public TitleMixin(T widget)
public void setTitle(String title)
HasTitlepublic String getTitle()
HasTitlepublic void setDescription(String description)
HasTitlesetDescription in interface HasTitlepublic void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.