Uses of Class
org.gwtbootstrap3.extras.notify.client.constants.NotifyType

Packages that use NotifyType
org.gwtbootstrap3.extras.notify.client.constants   
org.gwtbootstrap3.extras.notify.client.ui   
 

Uses of NotifyType in org.gwtbootstrap3.extras.notify.client.constants
 

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

Uses of NotifyType in org.gwtbootstrap3.extras.notify.client.ui
 

Methods in org.gwtbootstrap3.extras.notify.client.ui with parameters of type NotifyType
static Notify Notify.notify(String message, NotifyType type)
          Display Notify with custom message, type and default settings.
static Notify Notify.notify(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, NotifyType type)
          Display Notify with custom title, message, icon, type and default settings.
static Notify Notify.notify(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, String url, NotifyType type)
          Display Notify with custom title, message, icon, url, type and default settings.
static Notify Notify.notify(String title, String message, NotifyType type)
          Display Notify with custom title, message, type and default settings.
static Notify Notify.notify(String title, String message, String icon, NotifyType type)
          Display Notify with custom title, message, icon, type and default settings.
static Notify Notify.notify(String title, String message, String icon, String url, NotifyType type)
          Display Notify with custom title, message, icon, url, type and default settings.
 void NotifySettings.setType(NotifyType type)
          Set type of Notify (CSS style class name).
 void Notify.updateType(NotifyType type)
          Update type of once displayed Notify (CSS style class name).
 



Copyright © 2015. All rights reserved.