public interface HasIcon
| Modifier and Type | Method and Description |
|---|---|
MaterialIcon |
getIcon()
Get the icon widget.
|
boolean |
isIconPrefix()
Is the icon prefix in the container.
|
void |
setIconColor(String iconColor)
Sets the color of the icon.
|
void |
setIconFontSize(double size,
com.google.gwt.dom.client.Style.Unit unit)
Set the font size of the icon.
|
void |
setIconPosition(IconPosition position)
Set the position of the icon.
|
void |
setIconPrefix(boolean prefix)
Make the icon prefix in its container.
|
void |
setIconSize(IconSize size)
Size of icon.
|
void |
setIconType(IconType iconType)
Set Material Design icon.
|
MaterialIcon getIcon()
void setIconType(IconType iconType)
https://www.google.com/design/icons/void setIconPosition(IconPosition position)
void setIconSize(IconSize size)
void setIconFontSize(double size, com.google.gwt.dom.client.Style.Unit unit)
void setIconColor(String iconColor)
void setIconPrefix(boolean prefix)
boolean isIconPrefix()
Copyright © 2016. All rights reserved.