public final class ListViewFormComponentReuseManager extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.apache.wicket.markup.html.form.FormComponent<?>> |
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. |
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 objectCopyright © 2017. All rights reserved.