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

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

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

Methods in org.gwtbootstrap3.extras.notify.client.ui that return NotifySettings
static NotifySettings NotifySettings.newSettings()
          Creates a new instance of NotifySettings.
 

Methods in org.gwtbootstrap3.extras.notify.client.ui with parameters of type NotifySettings
static Notify Notify.notify(String message, NotifySettings settings)
          Display Notify with custom message and custom 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, String url, NotifySettings settings)
          Display Notify with custom title, message, icon, URL and custom 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, String icon, NotifySettings settings)
          Display Notify with custom title, message, icon and custom 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.
 



Copyright © 2015. All rights reserved.