Class StyledNotificationBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.wicketstuff.jquery.core.JQueryAbstractBehavior
org.wicketstuff.jquery.core.JQueryBehavior
org.wicketstuff.kendo.ui.KendoUIBehavior
org.wicketstuff.kendo.ui.widget.notification.NotificationBehavior
org.apache.syncope.client.ui.commons.StyledNotificationBehavior
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IComponentAwareHeaderContributor,IClusterable,org.wicketstuff.kendo.ui.KendoDestroyListener.IDestroyable
public class StyledNotificationBehavior
extends org.wicketstuff.kendo.ui.widget.notification.NotificationBehavior
- See Also:
-
Field Summary
Fields inherited from class org.wicketstuff.kendo.ui.widget.notification.NotificationBehavior
METHODFields inherited from class org.wicketstuff.jquery.core.JQueryBehavior
method, options, selector -
Constructor Summary
ConstructorsConstructorDescriptionStyledNotificationBehavior(String selector, org.wicketstuff.jquery.core.Options options) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringjQueryShow(CharSequence message, String widget, String level) voidshow(IPartialPageRequestHandler handler, Serializable message, String level) Methods inherited from class org.wicketstuff.kendo.ui.widget.notification.NotificationBehavior
$, format, hideMethods inherited from class org.wicketstuff.kendo.ui.KendoUIBehavior
add, destroy, onConfigure, onDestroy, renderHead, widget, widget, widget, widgetMethods inherited from class org.wicketstuff.jquery.core.JQueryBehavior
$, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, setOption, setOption, setOption, setOptions, setSelectorMethods inherited from class org.wicketstuff.jquery.core.JQueryAbstractBehavior
add, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toStringMethods 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
-
-
Method Details
-
show
- Overrides:
showin classorg.wicketstuff.kendo.ui.widget.notification.NotificationBehavior
-
jQueryShow
-