Package | Description |
---|---|
org.gwtbootstrap3.extras.notify.client.ui |
Modifier and Type | Method and Description |
---|---|
static NotifySettings |
NotifySettings.newSettings()
Creates a new instance of
NotifySettings . |
Modifier and Type | Method and Description |
---|---|
static Notify |
Notify.notify(String message,
NotifySettings settings)
Display Notify with custom message and custom settings.
|
static Notify |
Notify.notify(String title,
String message,
IconType iconType,
NotifySettings settings)
Display Notify with custom title, message, icon and custom settings.
|
static Notify |
Notify.notify(String title,
String message,
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 © 2017. All rights reserved.