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

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

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

Methods in org.gwtbootstrap3.extras.growl.client.ui with parameters of type GrowlOptions
static Growl Growl.growl(String message, GrowlOptions options)
          Display Growl with custom message and custom 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, 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, 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, GrowlOptions options)
          Display Growl with custom title, message, icon and custom 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.
 



Copyright © 2015. All rights reserved.