Class GroupItemDoubleClickEvent<E>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GroupDataGrid<E>>
io.jmix.groupgridflowui.component.event.GroupItemClickEvent<E>
io.jmix.groupgridflowui.component.event.GroupItemDoubleClickEvent<E>
Type Parameters:
E - the entity type
All Implemented Interfaces:
Serializable

public class GroupItemDoubleClickEvent<E> extends GroupItemClickEvent<E>
Event fired when a row that corresponds to a group item is double-clicked.
See Also: