public class FontSizeMixin<T extends com.google.gwt.user.client.ui.Widget & HasFontSize> extends Object implements HasFontSize
Constructor and Description |
---|
FontSizeMixin(T widget) |
Modifier and Type | Method and Description |
---|---|
String |
getFontSize() |
void |
setFontSize(double fontSize,
com.google.gwt.dom.client.Style.Unit unit) |
void |
setFontSize(String fontSize) |
void |
setUiObject(T uiObject) |
public FontSizeMixin(T widget)
public void setFontSize(String fontSize)
setFontSize
in interface HasFontSize
public String getFontSize()
getFontSize
in interface HasFontSize
public void setFontSize(double fontSize, com.google.gwt.dom.client.Style.Unit unit)
setFontSize
in interface HasFontSize
public void setUiObject(T uiObject)
Copyright © 2018. All rights reserved.