Class BulkEditorDataService.LoadDescriptor<E>

java.lang.Object
io.jmix.ui.bulk.BulkEditorDataService.LoadDescriptor<E>
All Implemented Interfaces:
Serializable
Enclosing interface:
BulkEditorDataService

public static class BulkEditorDataService.LoadDescriptor<E> extends Object implements Serializable
See Also:
  • Field Details

    • selectedItems

      protected final Collection<E> selectedItems
    • metaClass

      protected final MetaClass metaClass
    • fetchPlan

      protected final FetchPlan fetchPlan
  • Constructor Details

  • Method Details

    • getSelectedItems

      public Collection<E> getSelectedItems()
    • getMetaClass

      public MetaClass getMetaClass()
    • getFetchPlan

      public FetchPlan getFetchPlan()