Example usage for org.apache.wicket.extensions.markup.html.form.palette.component Recorder subclass-usage

List of usage examples for org.apache.wicket.extensions.markup.html.form.palette.component Recorder subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.markup.html.form.palette.component Recorder subclass-usage.

Usage

From source file org.apache.syncope.client.console.wicket.markup.html.form.SelectableRecorder.java

/**
 * A variant of Recorder, supporting single element selection (for editing purpose, for example). <b>Note</b>: this
 * class extends Recorder&lt;T&gt; but in fact it is a bare copy of most source code; this was done because the original
 * class is keeping everything private.
 *
 * @param <T> Type of the palette

From source file org.apache.syncope.console.wicket.markup.html.form.SelectableRecorder.java

/**
 * A variant of Recorder, supporting single element selection (for editing purpose, for example). <b>Note</b>: this
 * class extends Recorder<T> but in fact it is a bare copy of most source code; this was done because the original class
 * is keeping everything private.
 *
 * @param <T> Type of the palette