Package | Description |
---|---|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
Modifier and Type | Method and Description |
---|---|
ToastOptions |
ToastOptionsBuilder.build()
Returns a configured toast options.
|
Modifier and Type | Method and Description |
---|---|
Status |
Toaster.show(Map<String,Object> context,
ToastOptions options,
List<String> label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(Map<String,Object> context,
ToastOptions options,
String... label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(Map<String,Object> context,
ToastOptions options,
String title,
List<String> label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(Map<String,Object> context,
ToastOptions options,
String title,
String label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(ToastOptions options,
List<String> label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(ToastOptions options,
String... label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(ToastOptions options,
String title,
List<String> label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(ToastOptions options,
String title,
String label)
Creates and shows a toast configured by the passed options.
|