Uses of Class
org.gwtbootstrap3.client.ui.constants.IconType

Packages that use IconType
org.gwtbootstrap3.client.ui Widgets representing Bootstrap components. 
org.gwtbootstrap3.client.ui.base Base classes and widgets that should only be used internally! 
org.gwtbootstrap3.client.ui.base.button   
org.gwtbootstrap3.client.ui.base.mixin   
org.gwtbootstrap3.client.ui.constants Contains constants types, mostly enums. 
org.gwtbootstrap3.client.ui.gwt Widgets that are based on core GWT widgets and which have Bootstrap related changes to functionality or UI. 
 

Uses of IconType in org.gwtbootstrap3.client.ui
 

Methods in org.gwtbootstrap3.client.ui that return IconType
 IconType RadioButton.getIcon()
           
 IconType InputGroupAddon.getIcon()
           
 IconType CheckBoxButton.getIcon()
           
 IconType Anchor.getIcon()
          
 IconType HelpBlock.getIconType()
           
 IconType Icon.getType()
           
 

Methods in org.gwtbootstrap3.client.ui with parameters of type IconType
 void RadioButton.setIcon(IconType iconType)
           
 void InputGroupAddon.setIcon(IconType iconType)
           
 void CheckBoxButton.setIcon(IconType iconType)
           
 void Anchor.setIcon(IconType iconType)
          
 void HelpBlock.setIconType(IconType type)
          Sets the icon type.
 void CarouselControl.setIconType(IconType iconType)
           
 void Pager.setNextIcon(IconType icon)
           
 void Pager.setPreviousIcon(IconType icon)
           
 void Icon.setType(IconType type)
           
 

Constructors in org.gwtbootstrap3.client.ui with parameters of type IconType
Button(String text, IconType iconType, ClickHandler clickHandler)
           
Icon(IconType type)
           
 

Uses of IconType in org.gwtbootstrap3.client.ui.base
 

Methods in org.gwtbootstrap3.client.ui.base that return IconType
 IconType HasIcon.getIcon()
           
 IconType AbstractAnchorListItem.getIcon()
           
 

Methods in org.gwtbootstrap3.client.ui.base with parameters of type IconType
 void HasIcon.setIcon(IconType iconType)
           
 void AbstractAnchorListItem.setIcon(IconType iconType)
           
 

Uses of IconType in org.gwtbootstrap3.client.ui.base.button
 

Methods in org.gwtbootstrap3.client.ui.base.button that return IconType
 IconType AbstractIconButton.getIcon()
           
 

Methods in org.gwtbootstrap3.client.ui.base.button with parameters of type IconType
 void AbstractIconButton.setIcon(IconType iconType)
           
 

Uses of IconType in org.gwtbootstrap3.client.ui.base.mixin
 

Methods in org.gwtbootstrap3.client.ui.base.mixin that return IconType
 IconType IconTextMixin.getIcon()
           
 

Methods in org.gwtbootstrap3.client.ui.base.mixin with parameters of type IconType
 void IconTextMixin.setIcon(IconType iconType)
           
 

Uses of IconType in org.gwtbootstrap3.client.ui.constants
 

Methods in org.gwtbootstrap3.client.ui.constants that return IconType
static IconType IconType.fromStyleName(String styleName)
           
static IconType IconType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IconType[] IconType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IconType in org.gwtbootstrap3.client.ui.gwt
 

Constructors in org.gwtbootstrap3.client.ui.gwt with parameters of type IconType
ButtonCell(ButtonType type, IconType icon)
           
ButtonCell(IconType icon)
           
ButtonCell(IconType icon, ButtonSize size)
           
ButtonCell(IconType icon, ButtonType type, ButtonSize size)
           
 



Copyright © 2015. All rights reserved.