Uses of Package
org.pepstock.charba.client.utils.toast
-
Packages that use org.pepstock.charba.client.utils.toast Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
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. -
Classes in org.pepstock.charba.client.utils.toast used by org.pepstock.charba.client.utils.toast Class 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 customIsProgressBarType
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 ofActionItem
which represents an immutable action, after the toast closure.ToastItemOptions Wrapper ofToastOptions
, used byToastItem
, which exposes all "get" methods in order to be immutable.ToastOptions Entity to configure the toast to show.ToastOptionsBuilder Comfortable object to createToaster
options by a builder.ToastTypeBuilder Comfortable object to create customIsToastType
by a builder. -
Classes in org.pepstock.charba.client.utils.toast used by org.pepstock.charba.client.utils.toast.enums Class Description IsProgressBarType Defines a toast progress bar type.IsToastType Defines a toast type. -
Classes in org.pepstock.charba.client.utils.toast used by org.pepstock.charba.client.utils.toast.handlers Class 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.