Class EntityItems.ItemsChangeEvent<T>

java.lang.Object
java.util.EventObject
io.jmix.flowui.data.EntityItems.ItemsChangeEvent<T>
Type Parameters:
T - item type
All Implemented Interfaces:
Serializable
Enclosing interface:
EntityItems<E>

public static class EntityItems.ItemsChangeEvent<T> extends EventObject
Event that is fired then item collection is changed.
See Also:
  • Field Details

    • items

      protected final List<T> items
  • Constructor Details

  • Method Details