public interface ILayout extends Serializable
Modifier and Type | Method and Description |
---|---|
CharSequence |
renderComponents(List<? extends org.apache.wicket.Component> components)
Creates wicket markup for components, adding markup specific for this layout.
|
CharSequence renderComponents(List<? extends org.apache.wicket.Component> components)
components
- components to renderCopyright © 2015. All rights reserved.