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 |
---|---|
Align |
ToastItemOptions.getAlign()
Returns the alignment of the toast actions.
|
default Align |
IsDefaultToastOptions.getAlign()
Returns the alignment of the toast actions.
|
Modifier and Type | Method and Description |
---|---|
ToastOptionsBuilder |
ToastOptionsBuilder.setAlign(Align align)
Sets the alignment of the toast action.
|
Modifier and Type | Method and Description |
---|---|
static Align |
Align.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Align[] |
Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|