org.wicketstuff.jquery.jgrowl
Class JGrowlFeedbackMessage
java.lang.Object
org.wicketstuff.jquery.jgrowl.JGrowlFeedbackMessage
- All Implemented Interfaces:
- Serializable, org.apache.wicket.IClusterable
public class JGrowlFeedbackMessage
- extends Object
- implements org.apache.wicket.IClusterable
A feedback message that will be shown as JGrowl message (http://www.stanlemon.net/projects/jgrowl.html)
- Author:
- martin-g
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGrowlFeedbackMessage
public JGrowlFeedbackMessage(org.apache.wicket.feedback.FeedbackMessage feedbackMessage)
newFatalOptions
protected Options newFatalOptions()
newDebugOptions
protected Options newDebugOptions()
newWarningOptions
protected Options newWarningOptions()
newInfoOptions
protected Options newInfoOptions()
newErrorOptions
protected Options newErrorOptions()
toJavaScript
public String toJavaScript()
- Constructs the JGrowl invocation
E.g.: '$.jGrowl("A message", {'option1' : 'value1', 'option2' : 'value2' })'
- Returns:
- the jGrowl JavaScript
Copyright © 2012. All Rights Reserved.