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 Summary
Constructors Constructor Description StyledNotificationBehavior(String selector, com.googlecode.wicket.jquery.core.Options options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
jQueryShow(CharSequence message, String widget, String level)
void
show(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.KendoUIBehavior
add, 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.JQueryAbstractBehavior
add, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toString
-
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onEvent, onException, onRemove, onTag, unbind
-
-
-
-
Constructor Detail
-
StyledNotificationBehavior
public StyledNotificationBehavior(String selector, com.googlecode.wicket.jquery.core.Options options)
-
-
Method Detail
-
show
public void show(IPartialPageRequestHandler handler, Serializable message, String level)
- Overrides:
show
in classcom.googlecode.wicket.kendo.ui.widget.notification.NotificationBehavior
-
jQueryShow
public static String jQueryShow(CharSequence message, String widget, String level)
-
-