Interface ToastsTagDeclaration
-
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,HasVar
,IsRendered
,IsVisual
public interface ToastsTagDeclaration extends HasIdBindingAndRendered, HasVar, IsVisual
Render toasts elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDisposeDelay(String disposeDelay)
Delay in milliseconds before hiding the toast.void
setPlacement(String placement)
Defines the placement of the toasts.void
setValue(String value)
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 Detail
-
setPlacement
void setPlacement(String placement)
Defines the placement of the toasts. Default is "bottomRight".
-
setDisposeDelay
void setDisposeDelay(String disposeDelay)
Delay in milliseconds before hiding the toast. Default is "5000". Set to "-1" to never automatically hide the toast.
-
-