Uses of Class
wicket.markup.html.BodyContainer

Packages that use BodyContainer
wicket.markup.html Base package of HTML markup. 
 

Uses of BodyContainer in wicket.markup.html
 

Methods in wicket.markup.html that return BodyContainer
 BodyContainer BodyContainer.addOnLoadModifier(IModel model)
          Deprecated. use addOnLoadModifier(IModel, Component) instead
 BodyContainer BodyContainer.addOnLoadModifier(IModel model, Component behaviorOwner)
          Add a new AttributeModifier to the body container which appends the 'value' to the onLoad attribute of the body tag.
 BodyContainer BodyContainer.addOnLoadModifier(java.lang.String value)
          Deprecated. use addOnLoadModifier(String, Component) instead
 BodyContainer BodyContainer.addOnLoadModifier(java.lang.String value, Component behaviorOwner)
          Add a new AttributeModifier to the body container which appends the 'value' to the onLoad attribute of the body tag.
 BodyContainer BodyContainer.addOnUnLoadModifier(IModel model)
          Deprecated. use addOnUnLoadModifier(IModel, Component) instead
 BodyContainer BodyContainer.addOnUnLoadModifier(IModel model, Component behaviorOwner)
          Add a new AttributeModifier to the body container which appends the 'value' to the onUnLoad attribute of the body tag.
 BodyContainer BodyContainer.addOnUnLoadModifier(java.lang.String value)
          Deprecated. use addOnUnLoadModifier(String, Component) instead
 BodyContainer BodyContainer.addOnUnLoadModifier(java.lang.String value, Component behaviorOwner)
          Add a new AttributeModifier to the body container which appends the 'value' to the onUnLoad attribute of the body tag.
 BodyContainer WebPage.getBodyContainer()
          Get a facade to the body container for adding onLoad javascript to the body tag.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.