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
Event fired when a row that corresponds to a group item is double-clicked.
- See Also:
-
Field Summary
Fields inherited from class io.jmix.groupgridflowui.component.event.GroupItemClickEvent
clickEvent, column, groupInfo, itemFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionGroupItemDoubleClickEvent(GroupDataGrid<E> source, boolean fromClient, ItemDoubleClickEvent<E> originatedEvent, GroupInfo groupInfo) -
Method Summary
Methods inherited from class io.jmix.groupgridflowui.component.event.GroupItemClickEvent
getButton, getClickCount, getClientX, getClientY, getColumn, getGroupInfo, getItem, getScreenX, getScreenY, isAltKey, isCtrlKey, isMetaKey, isShiftKeyMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
GroupItemDoubleClickEvent
public GroupItemDoubleClickEvent(GroupDataGrid<E> source, boolean fromClient, ItemDoubleClickEvent<E> originatedEvent, GroupInfo groupInfo)
-