Uses of Class
com.github.gwtbootstrap.client.ui.constants.IconType

Packages that use IconType
com.github.gwtbootstrap.client.ui Widgets that can be used in other GWT projects. 
com.github.gwtbootstrap.client.ui.base Classes that are extended by interface components. 
com.github.gwtbootstrap.client.ui.constants Constants, mostly CSS style names, that are defined by Bootstrap. 
 

Uses of IconType in com.github.gwtbootstrap.client.ui
 

Methods in com.github.gwtbootstrap.client.ui that return IconType
 IconType ButtonCell.getIcon()
           
 IconType Icon.getIconType()
          Get the icon type
 

Methods in com.github.gwtbootstrap.client.ui with parameters of type IconType
 void InputAddOn.setAppendIcon(IconType appendIcon)
          set append icon
 void Tab.setIcon(IconType type)
          set TabLink icon type.
 void SplitDropdownButton.setIcon(IconType type)
           
 void NavWidget.setIcon(IconType type)
           
 void DropdownButton.setIcon(IconType type)
          Sets the button's icon.
 void ButtonCell.setIcon(IconType icon)
           
 void InputAddOn.setPrependIcon(IconType prependIcon)
          set prepend icon
 void Icon.setType(IconType type)
          Sets the icon type.
 

Constructors in com.github.gwtbootstrap.client.ui with parameters of type IconType
Button(String caption, IconType icon)
          Creates a Button with the given caption and icon.
Button(String caption, IconType icon, ClickHandler handler)
          Creates a Button with the given caption and icon and ClickHandler.
ButtonCell(IconType icon)
           
ButtonCell(IconType icon, ButtonSize size)
           
ButtonCell(IconType icon, ButtonType type)
           
ButtonCell(IconType icon, ButtonType type, ButtonSize size)
           
Icon(IconType type)
          Creates a black icon of given type.
 

Uses of IconType in com.github.gwtbootstrap.client.ui.base
 

Methods in com.github.gwtbootstrap.client.ui.base with parameters of type IconType
 void IconAnchor.setIcon(IconType type)
          Sets the Type of the Icon.
 void HasIcon.setIcon(IconType type)
          Sets the Type of the Icon.
 void AddOn.setIcon(IconType iconType)
          Sets the Type of the Icon.
 

Uses of IconType in com.github.gwtbootstrap.client.ui.constants
 

Methods in com.github.gwtbootstrap.client.ui.constants that return IconType
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.
 



Copyright © 2012 gwtbootstrap. All Rights Reserved.