Class GroupListDataComponent.ExpandEvent<E>

java.lang.Object
java.util.EventObject
io.jmix.flowui.component.groupgrid.GroupListDataComponent.ExpandEvent<E>
Type Parameters:
E - item type
All Implemented Interfaces:
Serializable
Enclosing interface:
GroupListDataComponent<E>

public static class GroupListDataComponent.ExpandEvent<E> extends EventObject
Event fired when a group expanded.
See Also:
  • Field Details

    • isFromClient

      protected final boolean isFromClient
    • expandedGroups

      protected final Collection<GroupInfo> expandedGroups
  • Constructor Details

  • Method Details

    • getSource

      public GroupListDataComponent<E> getSource()
      Overrides:
      getSource in class EventObject
    • isFromClient

      public boolean isFromClient()
      Checks if this event originated from the client side.
      Returns:
      true if this event originated from the client side
    • getExpandedGroups

      public Collection<GroupInfo> getExpandedGroups()
      Returns:
      a collection of expanded groups