public class FlowLayout extends Object implements ILayout
Constructor and Description |
---|
FlowLayout()
Constructor.
|
FlowLayout(List<IComponentRenderer<?>> renderers)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
onAfterTag(org.apache.wicket.Component component,
StringBuilder stringBuilder) |
protected void |
onBeforeTag(org.apache.wicket.Component component,
StringBuilder stringBuilder) |
CharSequence |
renderComponents(List<? extends org.apache.wicket.Component> components)
Creates wicket markup for components, adding markup specific for this layout.
|
public FlowLayout()
public FlowLayout(List<IComponentRenderer<?>> renderers)
renderers
- list of renderers to customize component rendering in this layoutprotected void onAfterTag(org.apache.wicket.Component component, StringBuilder stringBuilder)
protected void onBeforeTag(org.apache.wicket.Component component, StringBuilder stringBuilder)
public CharSequence renderComponents(List<? extends org.apache.wicket.Component> components)
ILayout
renderComponents
in interface ILayout
components
- components to renderILayout.renderComponents(java.util.List)
Copyright © 2015. All rights reserved.