| 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.
|
| org.pepstock.charba.client.utils.toast.handlers |
Contains all handlers to implement in order to manage events of change status of the TOAST utility.
|
| Class and Description |
|---|
| Action
Configures style of the toast actions.
|
| ActionItem
Defines user action to show on a toast in order to enable the user to act with the toast.
|
| DefaultToastOptions
Provides the defaults of the toast options.
|
| IsDefaultAction
Interface to define toast action object defaults.
|
| IsDefaultContentElement |
| IsDefaultToastOptions
Defines the toast options container, and the static defaults.
|
| IsProgressBarType
Defines a toast progress bar type.
|
| IsToastType
Defines a toast type.
|
| ProgressBarTypeBuilder
Comfortable object to create custom
IsProgressBarType by a builder. |
| Toaster
Utility for displaying toast notifications with progress bars on the page.
|
| ToastItem
Represents an toast instance, once it has been created and consumed.
|
| ToastItemAction
Is a wrapper of
ActionItem which represents an immutable action, after the toast closure. |
| ToastItemOptions
Wrapper of
ToastOptions, used by ToastItem, which exposes all "get" methods in order to be immutable. |
| ToastOptions
Entity to configure the toast to show.
|
| ToastOptionsBuilder
Comfortable object to create
Toaster options by a builder. |
| ToastTypeBuilder
Comfortable object to create custom
IsToastType by a builder. |
| Class and Description |
|---|
| IsProgressBarType
Defines a toast progress bar type.
|
| IsToastType
Defines a toast type.
|
| Class and Description |
|---|
| ActionItem
Defines user action to show on a toast in order to enable the user to act with the toast.
|
| ToastItem
Represents an toast instance, once it has been created and consumed.
|