Uses of Class
org.apache.wicket.RequestListenerInterface

Packages that use RequestListenerInterface
org.apache.wicket The core Wicket package. 
org.apache.wicket.behavior   
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
org.apache.wicket.request.target.component   
org.apache.wicket.request.target.component.listener   
org.apache.wicket.request.target.resource   
 

Uses of RequestListenerInterface in org.apache.wicket
 

Fields in org.apache.wicket declared as RequestListenerInterface
static RequestListenerInterface IResourceListener.INTERFACE
          Resource listener interface object
static RequestListenerInterface IRedirectListener.INTERFACE
          Redirect listener interface
 

Methods in org.apache.wicket that return RequestListenerInterface
static RequestListenerInterface RequestListenerInterface.forName(String interfaceName)
          Looks up a request interface listener by name.
 

Methods in org.apache.wicket with parameters of type RequestListenerInterface
 void Page.afterCallComponent(Component component, RequestListenerInterface listener)
          Called right after a component's listener method (the provided method argument) was called.
 void Page.beforeCallComponent(Component component, RequestListenerInterface listener)
          Called just before a component's listener method (the provided method argument) is called.
 IRequestTarget RequestListenerInterface.newRequestTarget(Page page, Component component, RequestListenerInterface listener, RequestParameters requestParameters)
          Creates a new request target for this request listener interface
 CharSequence RequestCycle.urlFor(Component component, IBehavior behaviour, RequestListenerInterface listener)
          Returns a URL that references a given interface on a given behavior of a component.
 CharSequence RequestCycle.urlFor(Component component, RequestListenerInterface listener)
          Returns a URL that references a given interface on a component.
 CharSequence RequestCycle.urlFor(Component component, RequestListenerInterface listener, ValueMap params)
          Returns a URL that references a given interface on a component.
 CharSequence Component.urlFor(IBehavior behaviour, RequestListenerInterface listener)
          Gets a URL for the listener interface on a behavior (e.g.
 CharSequence Component.urlFor(RequestListenerInterface listener)
          Gets a URL for the listener interface (e.g.
 

Uses of RequestListenerInterface in org.apache.wicket.behavior
 

Fields in org.apache.wicket.behavior declared as RequestListenerInterface
static RequestListenerInterface IBehaviorListener.INTERFACE
          Behavior listener interface
static RequestListenerInterface IActivePageBehaviorListener.INTERFACE
           
 

Uses of RequestListenerInterface in org.apache.wicket.markup.html
 

Fields in org.apache.wicket.markup.html declared as RequestListenerInterface
static RequestListenerInterface INewBrowserWindowListener.INTERFACE
          Listener interface object
 

Uses of RequestListenerInterface in org.apache.wicket.markup.html.form
 

Fields in org.apache.wicket.markup.html.form declared as RequestListenerInterface
static RequestListenerInterface IOnChangeListener.INTERFACE
          Listener interface
static RequestListenerInterface IFormSubmitListener.INTERFACE
          Listener interface
 

Uses of RequestListenerInterface in org.apache.wicket.markup.html.link
 

Fields in org.apache.wicket.markup.html.link declared as RequestListenerInterface
static RequestListenerInterface ILinkListener.INTERFACE
          Listener interface
 

Uses of RequestListenerInterface in org.apache.wicket.request
 

Methods in org.apache.wicket.request that return RequestListenerInterface
 RequestListenerInterface RequestParameters.getInterface()
           
 

Uses of RequestListenerInterface in org.apache.wicket.request.target.component
 

Constructors in org.apache.wicket.request.target.component with parameters of type RequestListenerInterface
BookmarkableListenerInterfaceRequestTarget(String pageMapName, Class<? extends Page> pageClass, PageParameters pageParameters, Component component, RequestListenerInterface listenerInterface)
          This constructor is called for generating the urls (RequestCycle.urlFor()) So it will alter the PageParameters to include the 2 org.apache.wicket params WebRequestCodingStrategy.BOOKMARKABLE_PAGE_PARAMETER_NAME and WebRequestCodingStrategy.INTERFACE_PARAMETER_NAME
 

Uses of RequestListenerInterface in org.apache.wicket.request.target.component.listener
 

Methods in org.apache.wicket.request.target.component.listener that return RequestListenerInterface
 RequestListenerInterface IListenerInterfaceRequestTarget.getRequestListenerInterface()
          Gets listener method.
 RequestListenerInterface AbstractListenerInterfaceRequestTarget.getRequestListenerInterface()
           
 

Constructors in org.apache.wicket.request.target.component.listener with parameters of type RequestListenerInterface
AbstractListenerInterfaceRequestTarget(Page page, Component component, RequestListenerInterface listener)
          Construct.
AbstractListenerInterfaceRequestTarget(Page page, Component component, RequestListenerInterface listener, RequestParameters requestParameters)
          Construct.
BehaviorRequestTarget(Page page, Component component, RequestListenerInterface listener)
          Construct.
BehaviorRequestTarget(Page page, Component component, RequestListenerInterface listener, RequestParameters requestParameters)
          Construct.
ListenerInterfaceRequestTarget(Page page, Component component, RequestListenerInterface listener)
          Construct.
ListenerInterfaceRequestTarget(Page page, Component component, RequestListenerInterface listener, RequestParameters requestParameters)
          Construct.
 

Uses of RequestListenerInterface in org.apache.wicket.request.target.resource
 

Constructors in org.apache.wicket.request.target.resource with parameters of type RequestListenerInterface
ComponentResourceRequestTarget(Page page, Component component, RequestListenerInterface listener)
          Construct.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.