public class BootstrapAwareJQueryUIJavaScriptResourceReference
extends org.apache.wicket.resource.JQueryPluginResourceReference
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!)Modifier and Type | Method and Description |
---|---|
static BootstrapAwareJQueryUIJavaScriptResourceReference |
get()
Gets the instance of the resource reference
|
List<org.apache.wicket.markup.head.HeaderItem> |
getDependencies() |
getResource
getMinifiedName, getUrlAttributes, readBuffered, removeCompressFlagIfUnnecessary
public static BootstrapAwareJQueryUIJavaScriptResourceReference get()
public List<org.apache.wicket.markup.head.HeaderItem> getDependencies()
getDependencies
in class org.apache.wicket.resource.JQueryPluginResourceReference
Copyright © 2012–2018. All rights reserved.