Uses of Class
org.gwtbootstrap3.extras.growl.client.ui.Growl

Packages that use Growl
org.gwtbootstrap3.extras.growl.client.ui   
 

Uses of Growl in org.gwtbootstrap3.extras.growl.client.ui
 

Methods in org.gwtbootstrap3.extras.growl.client.ui that return Growl
static Growl Growl.growl(String message)
          Display Growl with custom message and default settings.
static Growl Growl.growl(String message, GrowlOptions options)
          Display Growl with custom message and custom settings.
static Growl Growl.growl(String message, GrowlType type)
          Display Growl with custom message, type and default settings.
static Growl Growl.growl(String title, String message)
          Display Growl with custom title, message and default settings.
static Growl Growl.growl(String title, String message, GrowlOptions options)
          Display Growl with custom title, message and custom settings.
static Growl Growl.growl(String title, String message, GrowlType type)
          Display Growl with custom title, message, type and default settings.
static Growl Growl.growl(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType)
          Display Growl with custom title, message, icon and default settings.
static Growl Growl.growl(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, GrowlOptions options)
          Display Growl with custom title, message, icon and custom settings.
static Growl Growl.growl(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, GrowlType type)
          Display Growl with custom title, message, icon, type and default settings.
static Growl Growl.growl(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, String url)
          Display Growl with custom title, message, icon, url and default settings.
static Growl Growl.growl(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, String url, GrowlOptions options)
          Display Growl with custom title, message, icon, URL and custom settings.
static Growl Growl.growl(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, String url, GrowlType type)
          Display Growl with custom title, message, icon, url, type and default settings.
static Growl Growl.growl(String title, String message, String icon)
          Display Growl with custom title, message, icon and default settings.
static Growl Growl.growl(String title, String message, String icon, GrowlOptions options)
          Display Growl with custom title, message, icon and custom settings.
static Growl Growl.growl(String title, String message, String icon, GrowlType type)
          Display Growl with custom title, message, icon, type and default settings.
static Growl Growl.growl(String title, String message, String icon, String url)
          Display Growl with custom title, message, icon and default settings.
static Growl Growl.growl(String title, String message, String icon, String url, GrowlOptions options)
          Display Growl with custom title, message, icon, URL and custom settings.
static Growl Growl.growl(String title, String message, String icon, String url, GrowlType type)
          Display Growl with custom title, message, icon, url, type and default settings.
 



Copyright © 2015. All rights reserved.