Example usage for org.apache.wicket.extensions.markup.html.repeater.data.grid ICellPopulator interface-usage

List of usage examples for org.apache.wicket.extensions.markup.html.repeater.data.grid ICellPopulator interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.markup.html.repeater.data.grid ICellPopulator interface-usage.

Usage

From source file name.martingeisse.wicket.helpers.FragmentPopulator.java

/**
 * A cell populator that is based on a Wicket fragment.
 * This populator is useful when mixing "real" cell populators
 * with custom markup in a single populator-based list.
 * @param <T> the row type
 */

From source file name.martingeisse.wicket.populator.FixedPopulator.java

/**
 * Adds a label with a fixed text.
 * @param <T> the row type
 */
public class FixedPopulator<T> implements ICellPopulator<T> {

From source file name.martingeisse.wicket.populator.FragmentPopulator.java

/**
 * A cell populator that is based on a Wicket fragment.
 * This populator is useful when mixing "real" cell populators
 * with custom markup in a single populator-based list.
 * @param <T> the row type
 */

From source file name.martingeisse.wicket.populator.MultiCellPopulator.java

/**
 * This cell populator adds multiple sub-populators to DIVs.
 * TODO: Fixed prefix texts incl. i18n
 * 
 * @param <T> the row type
 */

From source file org.ujorm.wicket.component.grid.KeyPopulator.java

/**
 * A convenience implementation of {@link ICellPopulator} that adds a label that will display the
 * value of the specified property. Non-string properties will be converted to a string before
 * display.
 * <p>
 * Example: