Example usage for org.apache.wicket.markup.html.panel ComponentFeedbackPanel subclass-usage

List of usage examples for org.apache.wicket.markup.html.panel ComponentFeedbackPanel subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.panel ComponentFeedbackPanel subclass-usage.

Usage

From source file name.martingeisse.wicket.bootstrap.BootstrapComponentFeedbackPanel.java

/**
 * This feedback panel better adapts to Bootstrap CSS classes.
 */
public class BootstrapComponentFeedbackPanel extends ComponentFeedbackPanel {

    /**

From source file name.martingeisse.wicket.component.misc.BootstrapComponentFeedbackPanel.java

/**
 * This feedback panel better adapts to Bootstrap CSS classes.
 */
public class BootstrapComponentFeedbackPanel extends ComponentFeedbackPanel {

    /**

From source file org.xaloon.wicket.component.feedback.XComponentFeedbackPanel.java

/**
 * http://www.xaloon.org
 *
 * @author vytautas racelis
 */
public class XComponentFeedbackPanel extends ComponentFeedbackPanel {