SingularAbstractFormTest@Deprecated public abstract class SingularFormBaseTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.wicket.util.tester.FormTester |
form
Deprecated.
|
protected DummyPage |
page
Deprecated.
|
protected org.apache.wicket.util.tester.WicketTester |
tester
Deprecated.
|
| Constructor and Description |
|---|
SingularFormBaseTest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ajaxClick(org.apache.wicket.Component target)
Deprecated.
|
protected SIComposite |
baseInstance()
Deprecated.
|
protected abstract void |
buildBaseType(STypeComposite<?> baseType)
Deprecated.
|
protected SIComposite |
createAndPopulateInstance(RefType refType)
Deprecated.
|
protected SIComposite |
createInstance(RefType refType)
Deprecated.
|
protected static org.apache.wicket.markup.html.form.FormComponent |
findFirstFormComponentsByType(org.apache.wicket.markup.html.form.Form form,
SType type)
Deprecated.
|
protected static Stream<org.apache.wicket.markup.html.form.FormComponent> |
findFormComponentsByType(org.apache.wicket.markup.html.form.Form form,
SType type)
Deprecated.
|
protected Stream<org.apache.wicket.markup.html.form.FormComponent> |
findFormComponentsByType(SType type)
Deprecated.
|
protected <I extends SInstance> |
findModelsByType(SType<I> type)
Deprecated.
|
protected static <T extends org.apache.wicket.Component> |
findOnForm(Class<T> classOfQuery,
org.apache.wicket.markup.html.form.Form form,
Predicate<T> predicate)
Deprecated.
|
protected static String |
formField(org.apache.wicket.util.tester.FormTester form,
String leafName)
Deprecated.
|
List<String> |
getDisplaysFromSelection(org.apache.wicket.markup.html.form.AbstractChoice choice)
Deprecated.
|
protected String |
getFormRelativePath(org.apache.wicket.markup.html.form.FormComponent<?> c)
Deprecated.
|
List<String> |
getkeysFromSelection(org.apache.wicket.markup.html.form.AbstractChoice choice)
Deprecated.
|
protected void |
populateInstance(SIComposite instance)
Deprecated.
|
void |
setUp()
Deprecated.
|
protected DummyPage page
protected org.apache.wicket.util.tester.WicketTester tester
protected org.apache.wicket.util.tester.FormTester form
protected abstract void buildBaseType(STypeComposite<?> baseType)
protected void populateInstance(SIComposite instance)
public void setUp()
protected SIComposite baseInstance()
protected String getFormRelativePath(org.apache.wicket.markup.html.form.FormComponent<?> c)
protected <I extends SInstance> Stream<ISInstanceAwareModel<I>> findModelsByType(SType<I> type)
protected Stream<org.apache.wicket.markup.html.form.FormComponent> findFormComponentsByType(SType type)
protected static Stream<org.apache.wicket.markup.html.form.FormComponent> findFormComponentsByType(org.apache.wicket.markup.html.form.Form form, SType type)
protected static org.apache.wicket.markup.html.form.FormComponent findFirstFormComponentsByType(org.apache.wicket.markup.html.form.Form form,
SType type)
protected static <T extends org.apache.wicket.Component> Stream<T> findOnForm(Class<T> classOfQuery, org.apache.wicket.markup.html.form.Form form, Predicate<T> predicate)
protected static String formField(org.apache.wicket.util.tester.FormTester form, String leafName)
protected final SIComposite createInstance(RefType refType)
protected final SIComposite createAndPopulateInstance(RefType refType)
protected void ajaxClick(org.apache.wicket.Component target)
public List<String> getkeysFromSelection(org.apache.wicket.markup.html.form.AbstractChoice choice)
Copyright © 2017. All rights reserved.