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

Method Summary
 IconType getIcon()
           
 IconFlip getIconFlip()
           
 IconRotate getIconRotate()
           
 IconSize getIconSize()
           
 boolean isIconBordered()
           
 boolean isIconFixedWidth()
           
 boolean isIconLight()
           
 boolean isIconMuted()
           
 boolean isIconSpin()
           
 void setIcon(IconType iconType)
           
 void setIconBordered(boolean iconBordered)
           
 void setIconFixedWidth(boolean iconFixedWidth)
           
 void setIconFlip(IconFlip iconFlip)
           
 void setIconLight(boolean iconLight)
           
 void setIconMuted(boolean iconMuted)
           
 void setIconRotate(IconRotate iconRotate)
           
 void setIconSize(IconSize iconSize)
           
 void setIconSpin(boolean iconSpin)
           
 

Method Detail

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.