Class Toast
- java.lang.Object
-
- com.evolveum.midpoint.gui.api.component.result.Toast
-
- All Implemented Interfaces:
Serializable
public class Toast extends Object implements Serializable
Created by Viliam Repan (lazyman).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Toast()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanautohide()Toastautohide(Boolean autohide)Stringbody()Toastbody(String body)Booleanclose()Toastclose(Boolean close)StringcssClass()ToastcssClass(String cssClass)Integerdelay()Toastdelay(Integer delay)Toasterror()Stringicon()Toasticon(String icon)Toastinfo()voidshow(@NotNull org.apache.wicket.ajax.AjaxRequestTarget target)Stringsubtitle()Toastsubtitle(String subtitle)Toastsuccess()Stringtitle()Toasttitle(String title)Toastwarning()
-
-
-
Method Detail
-
icon
public String icon()
-
title
public String title()
-
subtitle
public String subtitle()
-
close
public Boolean close()
-
body
public String body()
-
cssClass
public String cssClass()
-
autohide
public Boolean autohide()
-
delay
public Integer delay()
-
info
public Toast info()
-
success
public Toast success()
-
error
public Toast error()
-
warning
public Toast warning()
-
show
public void show(@NotNull @NotNull org.apache.wicket.ajax.AjaxRequestTarget target)
-
-