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)
HasTitle
public String getTitle()
HasTitle
public void setDescription(String description)
HasTitle
setDescription
in interface HasTitle
public void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.