Example usage for org.apache.wicket.extensions.rating RatingPanel subclass-usage

List of usage examples for org.apache.wicket.extensions.rating RatingPanel subclass-usage

Introduction

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

Usage

From source file org.devproof.portal.core.module.common.component.CaptchaRatingPanel.java

/**
 * Is an extension of the rating panel Without ajax and with bookmarkable links
 *
 * @author Carsten Hufe
 */
public abstract class CaptchaRatingPanel extends RatingPanel {

From source file org.devproof.portal.core.module.common.component.StatelessRatingPanel.java

/**
 * Is an extension of the rating panel Without ajax and with bookmarkable links
 *
 * @author Carsten Hufe
 */
public abstract class StatelessRatingPanel extends RatingPanel {