Class InstanceLoader.PostLoadEvent<T>

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

public static class InstanceLoader.PostLoadEvent<T> extends EventObject
Event sent after successful loading of an entity instance, merging it into DataContext and setting to the container.
See Also:
  • Constructor Details

    • PostLoadEvent

      public PostLoadEvent(InstanceLoader<T> loader, T loadedEntity)
  • Method Details

    • getSource

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

      public T getLoadedEntity()
      Returns the loaded entity instance.