Class CollectionLoader.PostLoadEvent<T>

java.lang.Object
java.util.EventObject
io.jmix.ui.model.CollectionLoader.PostLoadEvent<T>
All Implemented Interfaces:
Serializable
Enclosing interface:
CollectionLoader<E>

public static class CollectionLoader.PostLoadEvent<T> extends EventObject
Event sent after successful loading of entities, merging them into DataContext and setting to the container.
See Also:
  • Constructor Details

  • Method Details

    • getSource

      public CollectionLoader<T> getSource()
      The data loader which sent the event.
      Overrides:
      getSource in class EventObject
    • getLoadedEntities

      public List<T> getLoadedEntities()
      Returns the list of loaded entities.