Package | Description |
---|---|
org.gwtbootstrap3.extras.notify.client.ui |
Modifier and Type | Method and Description |
---|---|
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,
IconType iconType)
Display Notify with custom title, message, icon, and default 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,
NotifyType type)
Display Notify with custom title, message, icon, type and default settings.
|
static Notify |
Notify.notify(String title,
String message,
IconType iconType,
String url)
Display Notify with custom title, message, icon, url and default 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,
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 © 2017. All rights reserved.