Example usage for org.apache.wicket.markup.html.form.validation FormComponentFeedbackBorder subclass-usage

List of usage examples for org.apache.wicket.markup.html.form.validation FormComponentFeedbackBorder subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.form.validation FormComponentFeedbackBorder subclass-usage.

Usage

From source file org.cast.cwm.data.component.FeedbackBorder.java

public class FeedbackBorder extends FormComponentFeedbackBorder {

    private static final long serialVersionUID = 1L;

    public FeedbackBorder(String id) {
        super(id);