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

Packages that use AlertType
org.gwtbootstrap3.client.ui Widgets representing Bootstrap components. 
org.gwtbootstrap3.client.ui.constants Contains constants types, mostly enums. 
 

Uses of AlertType in org.gwtbootstrap3.client.ui
 

Methods in org.gwtbootstrap3.client.ui that return AlertType
 AlertType Alert.getType()
          Gets the type of the widget
 

Methods in org.gwtbootstrap3.client.ui with parameters of type AlertType
 void Alert.setType(AlertType type)
          Sets the type on the widget
 

Constructors in org.gwtbootstrap3.client.ui with parameters of type AlertType
Alert(String text, AlertType type)
          Builds an alert with the desired text and type
 

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

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



Copyright © 2015. All rights reserved.