wicket.markup.html.ajax
Interface IBodyOnloadContributor
- All Known Implementing Classes:
- AjaxHandler
- public interface IBodyOnloadContributor
An interface to be implemented by AjaxHandlers to
contribute statements to the onload hander of the <body... tag.
- Author:
- Eelco Hillenius, Juergen Donnerstag
|
Method Summary |
java.lang.String |
getBodyOnload()
Gets the onload statement(s) for the body component. |
getBodyOnload
public java.lang.String getBodyOnload()
- Gets the onload statement(s) for the body component.
- Returns:
- the onload statement(s) for the body component
Copyright © 2004-2006 Wicket developers. All Rights Reserved.