public interface HasIcon
| Modifier and Type | Method and Description |
|---|---|
void |
setBaseIcon(BaseIconType type)
Sets the BaseType of the Icon.
|
void |
setCustomIconStyle(String customIconStyle)
Set custom icon style.
|
void |
setIcon(IconType type)
Sets the Type of the Icon.
|
void |
setIconPosition(IconPosition position)
Set icon position , left or right
|
void |
setIconSize(IconSize size)
Sets the size of the icon.
|
void setBaseIcon(BaseIconType type)
type - void setIconSize(IconSize size)
Default is DEFAULT.
size - the new size.void setCustomIconStyle(String customIconStyle)
It sets css class name to <i> tag. You can set any icons style.
customIconStyle - void setIconPosition(IconPosition position)
position - icon's positionCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.