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

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

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

Methods in com.github.gwtbootstrap.client.ui with parameters of type BadgeType
 void Badge.setType(BadgeType type)
          Sets the type of the Badge.
 

Constructors in com.github.gwtbootstrap.client.ui with parameters of type BadgeType
Badge(BadgeType type)
          Creates an empty Badge of the provided type.
 

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

Methods in com.github.gwtbootstrap.client.ui.constants that return BadgeType
static BadgeType BadgeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BadgeType[] BadgeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 gwtbootstrap. All Rights Reserved.