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

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

Introduction

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

Usage

From source file name.martingeisse.wicket.component.misc.ExpandableRepeater.java

/**
 * Repeater subclass that initially shows a list of items.
 * The list can later be expanded by loading additional items, possibly
 * multiple times. The component stores as component state how many
 * times new items were loaded, but not the item lists themselves,
 * so while stateful it is still pretty lightweight.

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

/**
 * Repeater subclass that initially shows a list of items.
 * The list can later be expanded by loading additional items, possibly
 * multiple times. The component stores as component state how many
 * times new items were loaded, but not the item lists themselves,
 * so while stateful it is still pretty lightweight.

From source file org.wicketstuff.js.ext.ItemsRepeater.java

final class ItemsRepeater<T extends ExtComponent> extends AbstractRepeater {
    private static final long serialVersionUID = 1L;

    static class ExtItem extends WebMarkupContainer {
        private static final long serialVersionUID = 1L;