|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.minis.util.ListViewFormComponentReuseManager
public final class ListViewFormComponentReuseManager
This class solves: Using up/down/remove links of ListView items clears text fields
| Method Summary | ||
|---|---|---|
static
|
addOrReuse(org.apache.wicket.MarkupContainer parent,
T newComponent)
Either adds the given newComponent to the parent or reuses an existing component
instance previously used with the same model object. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T extends org.apache.wicket.markup.html.form.FormComponent<?>> T addOrReuse(org.apache.wicket.MarkupContainer parent,
T newComponent)
newComponent to the parent or reuses an existing component
instance previously used with the same model object.
T - parent - newComponent -
newComponent or a component previously bound to the same model object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||