Example usage for org.apache.wicket.markup.html.form IFormVisitorParticipant interface-usage

List of usage examples for org.apache.wicket.markup.html.form IFormVisitorParticipant interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.form IFormVisitorParticipant interface-usage.

Usage

From source file de.elatexam.editor.components.panels.tasks.SubtaskSpecificsInputPanel.java

/**
 * Panel that delegates {@link org.apache.wicket.markup.html.form.FormComponent.IVisitor} instances to
 * {@link FormComponent}s within this panel. We need this to allow adding behaviours to formemelements,
 * because the subtask specific {@link FormComponent}s get added in a seperate panel.
 * @author Steffen Dienst
 *