Class BootstrapAwareJQueryUIJavaScriptResourceReference

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.wicket.util.io.IClusterable

    public class BootstrapAwareJQueryUIJavaScriptResourceReference
    extends org.apache.wicket.resource.JQueryPluginResourceReference
    Customized JQueryUIResourceReference that depends on Bootstrap such that bootstrap is loaded before JQuery UI. This is necessary in order for the JQuery UI tooltip that we use e.g. on the annotation page to take precedence over the less powerful Bootstrap tooltip (both are JQuery plugins using the same name!)
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.wicket.request.resource.ResourceReference

        org.apache.wicket.request.resource.ResourceReference.Key, org.apache.wicket.request.resource.ResourceReference.LambdaResourceReference, org.apache.wicket.request.resource.ResourceReference.UrlAttributes
    • Method Summary

      Modifier and Type Method Description
      static BootstrapAwareJQueryUIJavaScriptResourceReference get()
      Gets the instance of the resource reference
      java.util.List<org.apache.wicket.markup.head.HeaderItem> getDependencies()  
      • Methods inherited from class org.apache.wicket.request.resource.JavaScriptResourceReference

        getResource
      • Methods inherited from class org.apache.wicket.request.resource.PackageResourceReference

        getMinifiedName, getUrlAttributes, readBuffered, removeCompressFlagIfUnnecessary
      • Methods inherited from class org.apache.wicket.request.resource.ResourceReference

        canBeRegistered, equals, getExtension, getKey, getLocale, getName, getScope, getStyle, getVariation, hashCode, of, of, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getDependencies

        public java.util.List<org.apache.wicket.markup.head.HeaderItem> getDependencies()
        Overrides:
        getDependencies in class org.apache.wicket.resource.JQueryPluginResourceReference