A B C D G J O P R S U 
All Classes All Packages

A

AsyncUrlFragmentAwarePage - Class in org.wicketstuff.urlfragment
This is a WebPage which will receive the URL query and fragment parameters asynchronously after the initial request.
AsyncUrlFragmentAwarePage() - Constructor for class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
 
AsyncUrlFragmentAwarePage(IModel<?>) - Constructor for class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
 
AsyncUrlFragmentAwarePage(PageParameters) - Constructor for class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
 
AsyncUrlFragmentAwarePanel - Class in org.wicketstuff.urlfragment
This is a Panel which will receive the URL query and fragment parameters asynchronously after the initial request.
AsyncUrlFragmentAwarePanel(String) - Constructor for class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePanel
 
AsyncUrlFragmentAwarePanel(String, IModel<?>) - Constructor for class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePanel
 

B

BookmarkableAjaxButton - Class in org.wicketstuff.urlfragment
This is an AjaxButton with the ability to set and remove URL fragment parameters.
BookmarkableAjaxButton(String) - Constructor for class org.wicketstuff.urlfragment.BookmarkableAjaxButton
 
BookmarkableAjaxButton(String, Form<?>) - Constructor for class org.wicketstuff.urlfragment.BookmarkableAjaxButton
 
BookmarkableAjaxButton(String, IModel<String>) - Constructor for class org.wicketstuff.urlfragment.BookmarkableAjaxButton
 
BookmarkableAjaxButton(String, IModel<String>, Form<?>) - Constructor for class org.wicketstuff.urlfragment.BookmarkableAjaxButton
 
BookmarkableAjaxLink<T> - Class in org.wicketstuff.urlfragment
This is an AjaxLink which will set an URL fragment parameter in the browser.
BookmarkableAjaxLink(String) - Constructor for class org.wicketstuff.urlfragment.BookmarkableAjaxLink
Constructor.
BookmarkableAjaxLink(String, String, String) - Constructor for class org.wicketstuff.urlfragment.BookmarkableAjaxLink
Constructor.
BookmarkableAjaxLink(String, IModel<T>) - Constructor for class org.wicketstuff.urlfragment.BookmarkableAjaxLink
Constructor.
BookmarkableAjaxLink(String, IModel<T>, String, String) - Constructor for class org.wicketstuff.urlfragment.BookmarkableAjaxLink
Constructor.

C

CrawlableAsyncUrlFragmentAwarePage - Class in org.wicketstuff.urlfragment
WORK IN PROGRESS
CrawlableAsyncUrlFragmentAwarePage() - Constructor for class org.wicketstuff.urlfragment.CrawlableAsyncUrlFragmentAwarePage
 

D

defaultarameterName - Variable in class org.wicketstuff.urlfragment.BookmarkableAjaxLink
 
defaultParamterValue - Variable in class org.wicketstuff.urlfragment.BookmarkableAjaxLink
 

G

getOptions() - Method in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
Returns a map of options used for initializing the JavaScript library for reading and writing the URL fragment.
getOptions() - Method in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePanel
Returns a map of options used for initializing the JavaScript library for reading and writing the URL fragment.

J

JS_REF - Static variable in class org.wicketstuff.urlfragment.UrlParametersReceivingBehavior
 

O

onBookmarkableClick(AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxLink
Handles the click event.
onBookmarkableError(AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxButton
Override to handle the error event.
onBookmarkableSubmit(AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxButton
Override to handle the submit event.
onClick(AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxLink
 
onError(AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxButton
 
onEscapedFragmentIncome(PageParameters) - Method in class org.wicketstuff.urlfragment.CrawlableAsyncUrlFragmentAwarePage
This is the callback for when your page was called synchronously with the '_escaped_fragment_' URL query parameter.
onInitialize() - Method in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
 
onInitialize() - Method in class org.wicketstuff.urlfragment.CrawlableAsyncUrlFragmentAwarePage
 
onInitialRequest(PageParameters) - Method in class org.wicketstuff.urlfragment.CrawlableAsyncUrlFragmentAwarePage
 
onParameterArrival(IRequestParameters, AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
This is where you can grab the URL query and fragment parameters, your site was requested with.
onParameterArrival(IRequestParameters, AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.UrlParametersReceivingBehavior
Hook for evaluating the request parameters when they come in.
onParameterIncome(IRequestParameters, AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePanel
This is where you can grab the URL query and fragment parameters, your site was requested with.
onSubmit(AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxButton
 
org.wicketstuff.urlfragment - package org.wicketstuff.urlfragment
 

P

putParameter(String, Object) - Method in class org.wicketstuff.urlfragment.UrlFragment
Puts the given key-value-pair into window.location.hash.
putParameter(String, Object, String) - Method in class org.wicketstuff.urlfragment.UrlFragment
Puts the given key-value-pair into window.location.hash.

R

removeParameter(String) - Method in class org.wicketstuff.urlfragment.UrlFragment
Removes the key-value-pair from window.location.hash that is identified by the given parameter name.
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.urlfragment.UrlParametersReceivingBehavior
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxButton
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxLink
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.urlfragment.UrlParametersReceivingBehavior
 

S

set(Object) - Method in class org.wicketstuff.urlfragment.UrlFragment
Sets the value of window.location.hash to the given String.
set(String, Object) - Method in class org.wicketstuff.urlfragment.UrlFragment
Sets the value of window.location.hash to the given key-value-pair.

U

updateAjaxAttributes(AjaxRequestAttributes) - Method in class org.wicketstuff.urlfragment.UrlParametersReceivingBehavior
 
urlFragment() - Method in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
Returns a UrlFragment connected to the current AjaxRequestTarget.
urlFragment() - Method in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePanel
Returns a UrlFragment connected to the current AjaxRequestTarget.
urlFragment() - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxButton
Returns a UrlFragment connected to the current AjaxRequestTarget.
urlFragment() - Method in class org.wicketstuff.urlfragment.BookmarkableAjaxLink
Returns a UrlFragment connected to the current AjaxRequestTarget.
UrlFragment - Class in org.wicketstuff.urlfragment
Encapsulates the JavaScripts used to edit the URL fragment in the browser.
UrlFragment(IPartialPageRequestHandler) - Constructor for class org.wicketstuff.urlfragment.UrlFragment
 
urlParametersReceivingBehavior - Variable in class org.wicketstuff.urlfragment.AsyncUrlFragmentAwarePage
 
UrlParametersReceivingBehavior - Class in org.wicketstuff.urlfragment
Reads URL fragment parameters.
UrlParametersReceivingBehavior(Map<String, String>, Component...) - Constructor for class org.wicketstuff.urlfragment.UrlParametersReceivingBehavior
Constructor that takes an array of Components which will be added to the AjaxRequestTarget for you when the URL parameters come in.
UrlParametersReceivingBehavior(Component...) - Constructor for class org.wicketstuff.urlfragment.UrlParametersReceivingBehavior
Constructor that takes an array of Components which will be added to the AjaxRequestTarget for you when the URL parameters come in.
A B C D G J O P R S U 
All Classes All Packages