Example usage for org.apache.wicket.extensions.ajax.markup.html AjaxEditableMultiLineLabel subclass-usage

List of usage examples for org.apache.wicket.extensions.ajax.markup.html AjaxEditableMultiLineLabel subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.ajax.markup.html AjaxEditableMultiLineLabel subclass-usage.

Usage

From source file com.userweave.components.authorization.AuthOnlyAjaxEditableMultiLineLabel.java

public class AuthOnlyAjaxEditableMultiLineLabel extends AjaxEditableMultiLineLabel implements IAuthOnly {

    private static final long serialVersionUID = 1L;

    private boolean isAuthorized = false;