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 Boolean
autohide()
Toast
autohide(Boolean autohide)
String
body()
Toast
body(String body)
Boolean
close()
Toast
close(Boolean close)
String
cssClass()
Toast
cssClass(String cssClass)
Integer
delay()
Toast
delay(Integer delay)
Toast
error()
String
icon()
Toast
icon(String icon)
Toast
info()
void
show(@NotNull org.apache.wicket.ajax.AjaxRequestTarget target)
String
subtitle()
Toast
subtitle(String subtitle)
Toast
success()
String
title()
Toast
title(String title)
Toast
warning()
-
-
-
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)
-
-