org.wicketstuff.minis.apanel
Interface ILayout
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- FlowLayout, GridLayout
public interface ILayout
- extends java.io.Serializable
Layout is responsible for creating wicket markup for a group of components.
|
Method Summary |
java.lang.CharSequence |
renderComponents(java.util.List<? extends org.apache.wicket.Component> components)
Creates wicket markup for components, adding markup specific for this layout. |
renderComponents
java.lang.CharSequence renderComponents(java.util.List<? extends org.apache.wicket.Component> components)
- Creates wicket markup for components, adding markup specific for this layout.
- Parameters:
components - components to render
- Returns:
- wicket markup
Copyright © 2010. All Rights Reserved.