Schnittstelle ToastsTagDeclaration
- Alle Superschnittstellen:
- HasBinding,- HasId,- HasIdBindingAndRendered,- HasVar,- IsRendered,- IsVisual
Render toasts elements.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetDisposeDelay(String disposeDelay) Delay in milliseconds before hiding the toast.voidsetPlacement(String placement) Defines the placement of the toasts.voidMust be a collection of #Toastobjects.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasVarsetVarVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Methodendetails- 
setValueMust be a collection of #Toastobjects.
- 
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.
 
-