org.apache.wicket.settings.def
Class JavaScriptLibrarySettings
java.lang.Object
org.apache.wicket.settings.def.JavaScriptLibrarySettings
- All Implemented Interfaces:
- IJavaScriptLibrarySettings
public class JavaScriptLibrarySettings
- extends Object
- implements IJavaScriptLibrarySettings
- Since:
- 6.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaScriptLibrarySettings
public JavaScriptLibrarySettings()
getJQueryReference
public ResourceReference getJQueryReference()
- Specified by:
getJQueryReference in interface IJavaScriptLibrarySettings
- Returns:
- the reference to the JQuery JavaScript library used as backing library for
wicket-event and wicket-ajax
setJQueryReference
public void setJQueryReference(ResourceReference jQueryReference)
- Specified by:
setJQueryReference in interface IJavaScriptLibrarySettings
- Parameters:
jQueryReference - a reference to the JQuery JavaScript library used as backing library for
wicket-event and wicket-ajax
getWicketEventReference
public ResourceReference getWicketEventReference()
- Specified by:
getWicketEventReference in interface IJavaScriptLibrarySettings
- Returns:
- the reference to the implementation of wicket-event.js
setWicketEventReference
public void setWicketEventReference(ResourceReference wicketEventReference)
- Specified by:
setWicketEventReference in interface IJavaScriptLibrarySettings
- Parameters:
wicketEventReference - a reference to the implementation of wicket-event.js
getWicketAjaxReference
public ResourceReference getWicketAjaxReference()
- Specified by:
getWicketAjaxReference in interface IJavaScriptLibrarySettings
- Returns:
- the reference to the implementation of wicket-ajax.js
setWicketAjaxReference
public void setWicketAjaxReference(ResourceReference wicketAjaxReference)
- Specified by:
setWicketAjaxReference in interface IJavaScriptLibrarySettings
- Parameters:
wicketAjaxReference - a reference to the implementation of wicket-ajax.js
getWicketAjaxDebugReference
public ResourceReference getWicketAjaxDebugReference()
- Description copied from interface:
IJavaScriptLibrarySettings
- The Wicket Ajax Debug Window.
- Specified by:
getWicketAjaxDebugReference in interface IJavaScriptLibrarySettings
- Returns:
- the reference to the implementation of wicket-ajax-debug.js
setWicketAjaxDebugReference
public void setWicketAjaxDebugReference(ResourceReference wicketAjaxDebugReference)
- Specified by:
setWicketAjaxDebugReference in interface IJavaScriptLibrarySettings
- Parameters:
wicketAjaxDebugReference - a reference to the implementation of wicket-ajax-debug.js
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.