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

    Constructors
    Constructor
    Description
    StyledNotificationBehavior(String selector, com.googlecode.wicket.jquery.core.Options options)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    jQueryShow(CharSequence message, String widget, String level)
     
    void
     

    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 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • StyledNotificationBehavior

      public StyledNotificationBehavior(String selector, com.googlecode.wicket.jquery.core.Options options)
  • Method Details