Class MasterDetailReuseStrategy

java.lang.Object
org.hippoecm.frontend.plugins.standards.master.datatable.MasterDetailReuseStrategy
All Implemented Interfaces:
Serializable, org.apache.wicket.markup.repeater.IItemReuseStrategy, org.apache.wicket.util.io.IClusterable

public class MasterDetailReuseStrategy extends Object implements org.apache.wicket.markup.repeater.IItemReuseStrategy
Reuse strategy for the master-detail DataTable. This strategy is responsible for creating the master rows together with their corresponding detail rows
See Also:
  • Constructor Details

  • Method Details

    • getItems

      public <T> Iterator<org.apache.wicket.markup.repeater.Item<T>> getItems(org.apache.wicket.markup.repeater.IItemFactory<T> factory, Iterator<org.apache.wicket.model.IModel<T>> newModels, Iterator<org.apache.wicket.markup.repeater.Item<T>> existingItems)
      Specified by:
      getItems in interface org.apache.wicket.markup.repeater.IItemReuseStrategy