Example usage for org.apache.wicket.model ComponentModel subclass-usage

List of usage examples for org.apache.wicket.model ComponentModel subclass-usage

Introduction

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

Usage

From source file org.imagebundler.wicket.ImageStyleModel.java

public class ImageStyleModel extends ComponentModel<String> {

    private static final long serialVersionUID = 1L;

    private final ImageItem imageItem;