Example usage for org.apache.wicket.markup.repeater OddEvenItem subclass-usage

List of usage examples for org.apache.wicket.markup.repeater OddEvenItem subclass-usage

Introduction

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

Usage

From source file com.swordlord.gozer.components.wicket.datatable.GozerItem.java

@SuppressWarnings("serial")
public class GozerItem extends OddEvenItem<DataRowBase> {
    //protected static final Log LOG = LogFactory.getLog(REPLACEME);
    protected GozerDataTable _gdt;

    public GozerItem(String id, int index, IModel<DataRowBase> model, GozerDataTable gdt) {

From source file org.apache.jetspeed.portlets.wicket.component.PortletOddEvenItem.java

/**
 * PortletOddEvenItem to show rows with different colors.
 * 
 * @author <a href="mailto:woonsan@apache.org">Woonsan Ko</a>
 * @version $Id: $
 */

From source file org.apache.karaf.webconsole.osgi.config.view.FactoryPidItem.java

/**
 * Item which add "factory" class to configuration produced my configuration factory.
 */
public class FactoryPidItem extends OddEvenItem<Configuration> {

    private static final long serialVersionUID = 1L;