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

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

Introduction

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

Usage

From source file net.rrm.ehour.ui.common.component.AjaxFormComponentFeedbackIndicator.java

public class AjaxFormComponentFeedbackIndicator extends FormComponentFeedbackIndicator {
    private static final long serialVersionUID = 7840885174109746055L;
    private Component indicatorFor;

    public AjaxFormComponentFeedbackIndicator(String id, final Component indicatorFor) {
        super(id);

From source file org.patientview.radar.web.components.RadarFormComponentFeedbackIndicator.java

public class RadarFormComponentFeedbackIndicator extends FormComponentFeedbackIndicator {
    public RadarFormComponentFeedbackIndicator(String id, Component component) {
        super(id);
        setIndicatorFor(component);
        setOutputMarkupId(true);
        setOutputMarkupPlaceholderTag(true);