Interface ToastsTagDeclaration
- All Superinterfaces:
- HasBinding,- HasId,- HasIdBindingAndRendered,- HasVar,- IsRendered,- IsVisual
Render toasts elements.
- 
Method SummaryModifier 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 org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasVarsetVarMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setValue
- 
setPlacementDefines the placement of the toasts. Default is "bottomRight".
- 
setDisposeDelayDelay in milliseconds before hiding the toast. Default is "5000". Set to "-1" to never automatically hide the toast.
 
-