Package | Description |
---|---|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
org.pepstock.charba.client.utils.toast.enums |
Contains all enumerations to configure the TOAST utility.
|
Modifier and Type | Method and Description |
---|---|
Status |
ToastItem.getStatus()
Returns the status of the toast.
|
Status |
ToastItem.show()
Shows the toast item.
|
Status |
Toaster.show(IsToastType type,
List<String> label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(IsToastType type,
String... label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(IsToastType type,
String title,
List<String> label)
Creates and shows a toast with title and label.
|
Status |
Toaster.show(IsToastType type,
String title,
String label)
Creates and shows a toast with title and label.
|
Status |
Toaster.show(List<String> label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(Map<String,Object> context,
IsToastType type,
List<String> label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(Map<String,Object> context,
IsToastType type,
String... label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(Map<String,Object> context,
IsToastType type,
String title,
List<String> label)
Creates and shows a toast with title and label.
|
Status |
Toaster.show(Map<String,Object> context,
IsToastType type,
String title,
String label)
Creates and shows a toast with title and label.
|
Status |
Toaster.show(Map<String,Object> context,
List<String> label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(Map<String,Object> context,
String... label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(Map<String,Object> context,
String title,
List<String> label)
Creates and shows a toast with title and label.
|
Status |
Toaster.show(Map<String,Object> context,
String title,
String label)
Creates and shows a toast with title and label.
|
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(String... label)
Creates and shows a toast configured by the passed options.
|
Status |
Toaster.show(String title,
List<String> label)
Creates and shows a toast with title and label.
|
Status |
Toaster.show(String title,
String label)
Creates and shows a toast with title and label.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Date |
ToastItem.getDateTime(Status status)
Returns the date time when the status was applied to the toast.
|
Modifier and Type | Method and Description |
---|---|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|