Java org.apache.wicket.core.request.handler IPartialPageRequestHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.core.request.handler IPartialPageRequestHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.core.request.handler IPartialPageRequestHandler.

The text is from its open source code.

Method

voidadd(Component... components)
Adds components to the list of components to be rendered.
voidadd(final Component component, final String markupId)
Adds a component to the list of components to be rendered
voidappendJavaScript(CharSequence javascript)
Adds javascript that will be evaluated on the client side after components are replaced

If the javascript needs to do something asynchronously (i.e.

voidprependJavaScript(CharSequence javascript)
Adds javascript that will be evaluated on the client side before components are replaced.