|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.minis.behavior.apanel.FlowLayout
public class FlowLayout
Layout that only concatenates markup for components.
| Constructor Summary | |
|---|---|
FlowLayout()
Constructor. |
|
FlowLayout(List<IComponentRenderer<?>> renderers)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
onAfterTag(Component component,
StringBuilder stringBuilder)
|
protected void |
onBeforeTag(Component component,
StringBuilder stringBuilder)
|
CharSequence |
renderComponents(List<? extends Component> components)
Creates wicket markup for components, adding markup specific for this layout. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowLayout()
public FlowLayout(List<IComponentRenderer<?>> renderers)
renderers - list of renderers to customize component rendering in this layout| Method Detail |
|---|
protected void onAfterTag(Component component,
StringBuilder stringBuilder)
protected void onBeforeTag(Component component,
StringBuilder stringBuilder)
public CharSequence renderComponents(List<? extends Component> components)
ILayout
renderComponents in interface ILayoutcomponents - components to render
ILayout.renderComponents(java.util.List)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||