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:
-
Field Summary
Fields inherited from class com.googlecode.wicket.kendo.ui.widget.notification.NotificationBehavior
METHOD
Fields inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior
method, options, selector
-
Constructor Summary
ConstructorDescriptionStyledNotificationBehavior
(String selector, com.googlecode.wicket.jquery.core.Options options) -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
StyledNotificationBehavior
public StyledNotificationBehavior(String selector, com.googlecode.wicket.jquery.core.Options options)
-
-
Method Details
-
show
- Overrides:
show
in classcom.googlecode.wicket.kendo.ui.widget.notification.NotificationBehavior
-
jQueryShow
-