|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.minis.apanel.FlowLayout
public class FlowLayout
Layout that only concatenates markup for components.
| Constructor Summary | |
|---|---|
FlowLayout()
Constructor. |
|
FlowLayout(java.util.List<IComponentRenderer<?>> renderers)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
onAfterTag(org.apache.wicket.Component component,
java.lang.StringBuilder stringBuilder)
|
protected void |
onBeforeTag(org.apache.wicket.Component component,
java.lang.StringBuilder stringBuilder)
|
java.lang.CharSequence |
renderComponents(java.util.List<? extends org.apache.wicket.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(java.util.List<IComponentRenderer<?>> renderers)
renderers - list of renderers to customize component rendering in this
layout| Method Detail |
|---|
public java.lang.CharSequence renderComponents(java.util.List<? extends org.apache.wicket.Component> components)
ILayout
renderComponents in interface ILayoutcomponents - components to render
ILayout.renderComponents(java.util.List)
protected void onBeforeTag(org.apache.wicket.Component component,
java.lang.StringBuilder stringBuilder)
protected void onAfterTag(org.apache.wicket.Component component,
java.lang.StringBuilder stringBuilder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||