Interface ToastsTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,HasVar
,IsRendered
,IsVisual
Render toasts elements.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDisposeDelay
(String disposeDelay) Delay in milliseconds before hiding the toast.void
setPlacement
(String placement) Defines the placement of the toasts.void
Must be a collection of #Toast
objects.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasVar
setVar
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.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.
-