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:
  • Constructor Details

    • Toast

      public Toast()
  • Method Details

    • 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()
    • icon

      public Toast icon(String icon)
    • title

      public Toast title(String title)
    • subtitle

      public Toast subtitle(String subtitle)
    • close

      public Toast close(Boolean close)
    • body

      public Toast body(String body)
    • cssClass

      public Toast cssClass(String cssClass)
    • autohide

      public Toast autohide(Boolean autohide)
    • delay

      public Toast delay(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)
    • show

      public void show(@NotNull @NotNull org.apache.wicket.markup.head.IHeaderResponse response)