Class StyledNotificationBehavior
- java.lang.Object
- 
- org.apache.wicket.behavior.Behavior
- 
- com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
- 
- com.googlecode.wicket.jquery.core.JQueryBehavior
- 
- com.googlecode.wicket.kendo.ui.KendoUIBehavior
- 
- com.googlecode.wicket.kendo.ui.widget.notification.NotificationBehavior
- 
- org.apache.syncope.client.ui.commons.StyledNotificationBehavior
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- com.googlecode.wicket.kendo.ui.KendoDestroyListener.IDestroyable,- Serializable,- IComponentAwareEventSink,- IComponentAwareHeaderContributor,- IClusterable
 
 public class StyledNotificationBehavior extends com.googlecode.wicket.kendo.ui.widget.notification.NotificationBehavior- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description StyledNotificationBehavior(String selector, com.googlecode.wicket.jquery.core.Options options)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringjQueryShow(CharSequence message, String widget, String level)voidshow(IPartialPageRequestHandler handler, Serializable message, String level)- 
Methods inherited from class com.googlecode.wicket.kendo.ui.widget.notification.NotificationBehavior$, format, hide
 - 
Methods inherited from class com.googlecode.wicket.kendo.ui.KendoUIBehavioradd, destroy, onConfigure, onDestroy, renderHead, widget, widget, widget, widget
 - 
Methods inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior$, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, setOption, setOption, setOption, setOptions, setSelector
 - 
Methods inherited from class com.googlecode.wicket.jquery.core.JQueryAbstractBehavioradd, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toString
 - 
Methods inherited from class org.apache.wicket.behavior.BehaviorafterRender, bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onEvent, onException, onRemove, onTag, unbind
 
- 
 
- 
- 
- 
Constructor Detail- 
StyledNotificationBehaviorpublic StyledNotificationBehavior(String selector, com.googlecode.wicket.jquery.core.Options options) 
 
- 
 - 
Method Detail- 
showpublic void show(IPartialPageRequestHandler handler, Serializable message, String level) - Overrides:
- showin class- com.googlecode.wicket.kendo.ui.widget.notification.NotificationBehavior
 
 - 
jQueryShowpublic static String jQueryShow(CharSequence message, String widget, String level) 
 
- 
 
-