public interface HasIcon
Modifier and Type | Method and Description |
---|---|
MaterialIcon |
getIcon()
Get the icon widget.
|
Color |
getIconColor()
Get the color of the icon
|
boolean |
isIconPrefix()
Is the icon prefix in the container.
|
void |
setIconColor(Color 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)
void setIconPosition(IconPosition position)
void setIconSize(IconSize size)
void setIconFontSize(double size, com.google.gwt.dom.client.Style.Unit unit)
void setIconColor(Color iconColor)
Color getIconColor()
void setIconPrefix(boolean prefix)
boolean isIconPrefix()
Copyright © 2018. All rights reserved.