Interface ToastsTagDeclaration
- All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasVar, IsRendered, IsVisual
Render toasts elements.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisposeDelay(String disposeDelay) Delay in milliseconds before hiding the toast.voidsetPlacement(String placement) Defines the placement of the toasts.voidMust be a collection of #Toastobjects.Methods inherited from interface HasBinding
setBindingMethods inherited from interface IsRendered
setRenderedMethods inherited from interface IsVisual
setCustomClass, setMarkup
-
Method Details
-
setValue
-
setPlacement
Defines the placement of the toasts. Default is "bottomRight". -
setDisposeDelay
Delay in milliseconds before hiding the toast. Default is "5000". Set to "-1" to never automatically hide the toast.
-