Example usage for org.apache.wicket.resource JQueryPluginResourceReference subclass-usage

List of usage examples for org.apache.wicket.resource JQueryPluginResourceReference subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.resource JQueryPluginResourceReference subclass-usage.

Usage

From source file com.gmail.volodymyrdotsenko.jqxwicket.widgets.resource.JQXResourceReference.java

/**
 * Provides the resource reference for the jQuery UI javascript library.
 *
 *  @author Volodymyr Dotsenko
 *
 */

From source file com.googlecode.wicket.jquery.core.resource.JQueryMomentResourceReference.java

/**
 * The resource reference for the jQuery Moment javascript library.
 *
 * @author Sebastien Briquet - sebfz1
 *
 */

From source file com.googlecode.wicket.jquery.core.resource.JQueryUIResourceReference.java

/**
 * Provides the resource reference for the jQuery UI javascript library.<br/>
 * To add a jQuery UI resource reference to a component, do not use this reference, but use
 * {@link IJQueryLibrarySettings#getJQueryUIReference()} to prevent version conflicts.
 *
 * @author Sebastien Briquet - sebfz1

From source file com.googlecode.wicket.jquery.ui.calendar.resource.CalendarJavaScriptResourceReference.java

/**
 * Provides the resource reference for the fullcalendar javascript library.<br/>
 * This class is supposed to be used internally, see {@link ICalendarLibrarySettings} to specify another resource reference
 *
 * @see ICalendarLibrarySettings
 * @author Sebastien Briquet - sebfz1

From source file com.googlecode.wicket.jquery.ui.calendar.resource.GCalJavaScriptResourceReference.java

/**
 * Provides the resource reference for the fullcalendar gcal library.<br/>
 * This class is supposed to be used internally, see {@link ICalendarLibrarySettings} to specify another resource reference
 *
 * @see ICalendarLibrarySettings
 * @author Sebastien Briquet - sebfz1

From source file com.googlecode.wicket.jquery.ui.kendo.resource.KendoUIJavaScriptResourceReference.java

/**
 * Provides the resource reference for the Kendo UI javascript library.<br/>
 * This class is supposed to be used internally, see {@link IKendoUILibrarySettings} to specify another resource reference
 *
 * @see IKendoUILibrarySettings
 * @author Sebastien Briquet - sebfz1

From source file com.googlecode.wicket.jquery.ui.plugins.emoticons.resource.EmoticonsJavaScriptResourceReference.java

/**
 * Provides the resource reference for the css-emoticons javascript library.<br/>
 * This class is supposed to be used internally, see {@link IEmoticonsLibrarySettings} to specify another resource reference
 *
 * @see IEmoticonsLibrarySettings
 * @author Sebastien Briquet - sebfz1

From source file com.googlecode.wicket.jquery.ui.plugins.fixedheadertable.resource.FixedHeaderTableJavaScriptResourceReference.java

public class FixedHeaderTableJavaScriptResourceReference extends JQueryPluginResourceReference {
    private static final long serialVersionUID = 1L;
    private static final FixedHeaderTableJavaScriptResourceReference INSTANCE = new FixedHeaderTableJavaScriptResourceReference();

    public static FixedHeaderTableJavaScriptResourceReference get() {
        return INSTANCE;

From source file com.googlecode.wicket.jquery.ui.plugins.sfmenu.resource.HoverIntentJavaScriptResourceReference.java

/**
 * Provides the 'hoverIntent' javascript resource reference for the superfish-menu library.
 *
 * @see SuperfishLibrarySettings
 * @author Sebastien Briquet - sebfz1
 * @since 6.12.0

From source file com.googlecode.wicket.jquery.ui.plugins.sfmenu.resource.SuperfishJavaScriptResourceReference.java

/**
 * Provides the 'superfish' javascript resource reference for the superfish-menu library.
 *
 * @see SuperfishLibrarySettings
 * @author Sebastien Briquet - sebfz1
 * @since 6.12.0