public class ToastrHelper extends Object implements Serializable
| Constructor and Description |
|---|
ToastrHelper(org.apache.wicket.Component component) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToastrMessage(de.alpharogroup.wicket.js.addon.toastr.ToastrType toastrType,
String message) |
void |
addToastrMessage(de.alpharogroup.wicket.js.addon.toastr.ToastrType toastrType,
String messageKey,
String... args) |
static String |
generateJs(Exception exception,
de.alpharogroup.wicket.js.addon.toastr.ToastrType toastrType,
boolean withDocumentReadyFunction) |
protected String |
generateJs(de.alpharogroup.wicket.js.addon.toastr.ToastrSettings settings,
boolean withDocumentReadyFunction) |
protected org.apache.wicket.Component |
getComponent() |
protected static de.alpharogroup.wicket.js.addon.toastr.ToastrSettings |
getDefaultSettings() |
protected String |
getString(String messageKey,
String[] args) |
public void addToastrMessage(de.alpharogroup.wicket.js.addon.toastr.ToastrType toastrType,
String messageKey,
String... args)
public void addToastrMessage(de.alpharogroup.wicket.js.addon.toastr.ToastrType toastrType,
String message)
protected String generateJs(de.alpharogroup.wicket.js.addon.toastr.ToastrSettings settings, boolean withDocumentReadyFunction)
public static String generateJs(Exception exception, de.alpharogroup.wicket.js.addon.toastr.ToastrType toastrType, boolean withDocumentReadyFunction)
protected static de.alpharogroup.wicket.js.addon.toastr.ToastrSettings getDefaultSettings()
protected org.apache.wicket.Component getComponent()
Copyright © 2018. All rights reserved.