Example usage for org.apache.wicket Component subclass-usage

List of usage examples for org.apache.wicket Component subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket Component subclass-usage.

Usage

From source file guru.mmp.application.web.components.XMLPanel.java

/**
 * The <code>XMLPanel</code> class provides a Wicket component that can be used to display XML.
 *
 * @author Marcus Portmann
 */
@SuppressWarnings("unused")

From source file guru.mmp.application.web.template.components.Alerts.java

/**
 * The <code>Alerts</code> class provides a Wicket component that renders the
 * <code>FeedBackMessage</code>s for the page that are not linked to a particular input control as
 * a set of alerts.
 *
 * @author Marcus Portmann

From source file guru.mmp.application.web.template.components.BackendMainNavigation.java

/**
 * The <code>BackendMainNavigation</code> class provides a Wicket component that renders the main
 * navigation for the backend user interface for the Web Application Template.
 *
 * @author Marcus Portmann
 */

From source file guru.mmp.application.web.template.components.BackendUserMenu.java

/**
 * The <code>BackendUserMenu</code> class provides a Wicket component that renders the user menu
 * for the backend user interface for the Web Application Template.
 *
 * @author Marcus Portmann
 */

From source file guru.mmp.application.web.template.components.BackendUserPanel.java

/**
 * The <code>BackendUserPanel</code> class provides a Wicket component that renders the user panel
 * for the backend user interface for the Web Application Template.
 *
 * @author Marcus Portmann
 */

From source file guru.mmp.application.web.template.components.BlankComponent.java

/**
 * The <code>BlankComponent</code> class provides a Wicket component that renders nothing.
 *
 * @author Marcus Portmann
 */
@SuppressWarnings("unused")

From source file guru.mmp.application.web.template.components.Breadcrumbs.java

/**
 * The <code>Breadcrumbs</code> class provides a Wicket component that renders the breadcrumbs
 * for the Web Application Template.
 *
 * @author Marcus Portmann
 */

From source file guru.mmp.application.web.template.components.FeedbackList.java

/**
 * The <code>FeedbackList</code> class renders the <code>FeedBackMessage</code>s for the page
 * that are not linked to a particular input control as a set of alerts.
 *
 * @author Marcus Portmann
 */

From source file org.apache.syncope.client.console.commons.ITabComponent.java

/**
 * ITab available to perform authorization on it
 */
public abstract class ITabComponent extends Component implements ITab {

    private static final long serialVersionUID = -6908617525434875508L;

From source file org.devproof.portal.core.module.common.panel.SearchBoxPanel.java

/**
 * Only a dummy class for search boxes
 *
 * @author Carsten Hufe
 */
@NavigationBox("Search Box")