Package | Description |
---|---|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
Modifier and Type | Interface and Description |
---|---|
interface |
IsDefaultAction
Interface to define toast action object defaults.
|
Modifier and Type | Class and Description |
---|---|
class |
Action
Configures style of the toast actions.
|
class |
ActionItem
Defines user action to show on a toast in order to enable the user to act with the toast.
|
class |
Label
Configures the toast label.
|
class |
Title
Configures the toast title.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultContentElement |
ToastItemOptions.getLabel()
Returns the label of the toast.
|
IsDefaultContentElement |
IsDefaultToastOptions.getLabel()
Returns the label of the toast.
|
IsDefaultContentElement |
ToastItemOptions.getTitle()
Returns the title of the toast.
|
IsDefaultContentElement |
IsDefaultToastOptions.getTitle()
Returns the title of the toast.
|