org.gwtbootstrap3.client.ui.base
Interface HasIcon
- All Known Implementing Classes:
- AbstractAnchorListItem, AbstractIconButton, AbstractToggleButton, Anchor, AnchorButton, AnchorListItem, Button, CheckBoxButton, IconTextMixin, ImageAnchor, InputGroupAddon, NavbarBrand, NavbarLink, RadioButton, SubmitButton, TabListItem
public interface HasIcon
Interface for all the properties of Icons
- Author:
- Sven Jacobs, Joshua Godi
setIcon
void setIcon(IconType iconType)
getIcon
IconType getIcon()
setIconSize
void setIconSize(IconSize iconSize)
getIconSize
IconSize getIconSize()
setIconFlip
void setIconFlip(IconFlip iconFlip)
getIconFlip
IconFlip getIconFlip()
setIconRotate
void setIconRotate(IconRotate iconRotate)
getIconRotate
IconRotate getIconRotate()
setIconBordered
void setIconBordered(boolean iconBordered)
isIconBordered
boolean isIconBordered()
setIconMuted
void setIconMuted(boolean iconMuted)
isIconMuted
boolean isIconMuted()
setIconLight
void setIconLight(boolean iconLight)
isIconLight
boolean isIconLight()
setIconSpin
void setIconSpin(boolean iconSpin)
isIconSpin
boolean isIconSpin()
setIconFixedWidth
void setIconFixedWidth(boolean iconFixedWidth)
isIconFixedWidth
boolean isIconFixedWidth()
Copyright © 2015. All rights reserved.