@Deprecated public class TestFinders extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.Component |
findFirstComponentWithId(org.apache.wicket.MarkupContainer container,
String id)
Deprecated.
|
static Stream<org.apache.wicket.markup.html.form.FormComponent> |
findFormComponentsByType(org.apache.wicket.markup.html.form.Form form,
SType type)
Deprecated.
|
static Optional<String> |
findId(org.apache.wicket.MarkupContainer container,
String leafName)
Deprecated.
|
static <T extends org.apache.wicket.Component> |
findOnForm(Class<T> classOfQuery,
org.apache.wicket.markup.html.form.Form form,
Predicate<T> predicate)
Deprecated.
|
static <T extends org.apache.wicket.Component> |
findTag(org.apache.wicket.MarkupContainer container,
Class<T> tag)
Deprecated.
|
static <T extends org.apache.wicket.Component> |
findTag(org.apache.wicket.MarkupContainer container,
String id,
Class<T> tag)
Deprecated.
|
public static Optional<String> findId(org.apache.wicket.MarkupContainer container, String leafName)
public static <T extends org.apache.wicket.Component> List<T> findTag(org.apache.wicket.MarkupContainer container, String id, Class<T> tag)
public static <T extends org.apache.wicket.Component> List<T> findTag(org.apache.wicket.MarkupContainer container, Class<T> tag)
public static org.apache.wicket.Component findFirstComponentWithId(org.apache.wicket.MarkupContainer container,
String id)
public static Stream<org.apache.wicket.markup.html.form.FormComponent> findFormComponentsByType(org.apache.wicket.markup.html.form.Form form, SType type)
Copyright © 2017. All rights reserved.