Interface VisualSet.ContextMenuHandler<T>
- Type Parameters:
T- visual set data elements type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Context menu open event handler.
- Author:
- Aleksey Kirillov
-
Method Summary
-
Method Details
-
accept
Method called when the context menu is opened.- Parameters:
menu- currently opened context menuitem- date element within which the mouse click occurredevent-MouseEventcausing the context menu to open
-