Class GroupListDataComponent.CollapseEvent<E>

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

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

    • isFromClient

      protected final boolean isFromClient
    • collapsedGroups

      protected final Collection<GroupInfo> collapsedGroups
  • 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
    • getCollapsedGroups

      public Collection<GroupInfo> getCollapsedGroups()
      Returns:
      a collection of collapsed group items