Example usage for org.apache.wicket.extensions.markup.html.form.select IOptionRenderer interface-usage

List of usage examples for org.apache.wicket.extensions.markup.html.form.select IOptionRenderer interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.markup.html.form.select IOptionRenderer interface-usage.

Usage

From source file org.sakaiproject.sitestats.tool.wicket.components.IStylableOptionRenderer.java

public interface IStylableOptionRenderer extends IOptionRenderer {

    public String getStyle(Object value);
}