Java org.apache.wicket.extensions.rating RatingPanel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.rating RatingPanel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.rating RatingPanel.

The text is from its open source code.

Subclass

org.apache.wicket.extensions.rating.RatingPanel has subclasses.
Click this link to see all its subclasses.

Constructor

RatingPanel(final String id, final IModel rating, final IModel nrOfStars, final IModel nrOfVotes, final IModel hasVoted, final boolean addDefaultCssStyle)
Constructs a rating panel with nrOfStars stars, where the rating model is used to retrieve the rating, the nrOfVotes model used to retrieve the number of votes cast and the hasVoted model to retrieve whether the user already had cast a vote.