Uses of Class
org.gwtbootstrap3.extras.notify.client.ui.Notify

Packages that use Notify
org.gwtbootstrap3.extras.notify.client.ui   
 

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

Methods in org.gwtbootstrap3.extras.notify.client.ui that return Notify
static Notify Notify.notify(String message)
          Display Notify with custom message, and default settings.
static Notify Notify.notify(String message, NotifySettings settings)
          Display Notify with custom message and custom settings.
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)
          Display Notify with custom title, message, and default settings.
static Notify Notify.notify(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType)
          Display Notify with custom title, message, icon, and default settings.
static Notify Notify.notify(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, NotifySettings settings)
          Display Notify with custom title, message, icon and custom 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)
          Display Notify with custom title, message, icon, url and default settings.
static Notify Notify.notify(String title, String message, org.gwtbootstrap3.client.ui.constants.IconType iconType, String url, NotifySettings settings)
          Display Notify with custom title, message, icon, URL and custom 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, NotifySettings settings)
          Display Notify with custom title, message and custom 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)
          Display Notify with custom title, message, icon, and default settings.
static Notify Notify.notify(String title, String message, String icon, NotifySettings settings)
          Display Notify with custom title, message, icon and custom 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)
          Display Notify with custom title, message, icon, URL, and default settings.
static Notify Notify.notify(String title, String message, String icon, String url, NotifySettings settings)
          Display Notify with custom title, message, icon, URL and custom 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.
 



Copyright © 2015. All rights reserved.