|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GrowlType | |
|---|---|
| org.gwtbootstrap3.extras.growl.client.ui | |
| Uses of GrowlType in org.gwtbootstrap3.extras.growl.client.ui |
|---|
| Methods in org.gwtbootstrap3.extras.growl.client.ui that return GrowlType | |
|---|---|
static GrowlType |
GrowlType.fromStyleName(String styleName)
|
static GrowlType |
GrowlType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GrowlType[] |
GrowlType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gwtbootstrap3.extras.growl.client.ui with parameters of type GrowlType | |
|---|---|
static Growl |
Growl.growl(String message,
GrowlType type)
Display Growl with custom message, type and default settings. |
static Growl |
Growl.growl(String title,
String message,
GrowlType type)
Display Growl with custom title, message, type and default settings. |
static Growl |
Growl.growl(String title,
String message,
org.gwtbootstrap3.client.ui.constants.IconType iconType,
GrowlType type)
Display Growl with custom title, message, icon, type and default settings. |
static Growl |
Growl.growl(String title,
String message,
org.gwtbootstrap3.client.ui.constants.IconType iconType,
String url,
GrowlType type)
Display Growl with custom title, message, icon, url, type and default settings. |
static Growl |
Growl.growl(String title,
String message,
String icon,
GrowlType type)
Display Growl with custom title, message, icon, type and default settings. |
static Growl |
Growl.growl(String title,
String message,
String icon,
String url,
GrowlType type)
Display Growl with custom title, message, icon, url, type and default settings. |
void |
GrowlOptions.setType(GrowlType type)
Set type of Growl (CSS style class name). |
void |
Growl.updateType(GrowlType type)
Update type of once displayed Growl (CSS style class name). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||