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

Packages that use DismissType
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 DismissType in com.github.gwtbootstrap.client.ui
 

Methods in com.github.gwtbootstrap.client.ui with parameters of type DismissType
 void Close.setType(DismissType type)
          Sets the type of widget to be closed.
 

Constructors in com.github.gwtbootstrap.client.ui with parameters of type DismissType
Close(DismissType dismiss)
          Creates an icon that closes an associated widget.
 

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

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



Copyright © 2012 gwtbootstrap. All Rights Reserved.