Uses of Class
com.vaadin.event.ContextClickEvent
-
Packages that use ContextClickEvent Package Description com.vaadin.event com.vaadin.ui -
-
Uses of ContextClickEvent in com.vaadin.event
Methods in com.vaadin.event with parameters of type ContextClickEvent Modifier and Type Method Description void
ContextClickEvent.ContextClickListener. contextClick(ContextClickEvent event)
Called when the context click happens. -
Uses of ContextClickEvent in com.vaadin.ui
Subclasses of ContextClickEvent in com.vaadin.ui Modifier and Type Class Description static class
Grid.GridContextClickEvent
ContextClickEvent for the Grid Component.static class
Table.TableContextClickEvent
ContextClickEvent for the Table Component.static class
Tree.TreeContextClickEvent
ContextClickEvent for the Tree Component.
-