public class WrapAllChildrenBehavior
extends org.apache.wicket.behavior.Behavior
WrapAllChildrenBehavior. For instance:
$('#component').children().wrapAll('<fieldset></fieldset>');
where statementLabel is 'wrapAll' and statementArgs is '<fieldset></fieldset>'| Constructor and Description |
|---|
WrapAllChildrenBehavior(CharSequence statementLabel,
CharSequence statementArgs)
Instantiates a new
WrapAllChildrenBehavior. |
| Modifier and Type | Method and Description |
|---|---|
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
public WrapAllChildrenBehavior(CharSequence statementLabel, CharSequence statementArgs)
WrapAllChildrenBehavior.statementLabel - the statement labelstatementArgs - the statement argspublic void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class org.apache.wicket.behavior.BehaviorCopyright © 2010–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.