Uses of Class
com.vaadin.event.LayoutEvents.LayoutClickEvent
-
Packages that use LayoutEvents.LayoutClickEvent Package Description com.vaadin.event -
-
Uses of LayoutEvents.LayoutClickEvent in com.vaadin.event
Methods in com.vaadin.event that return LayoutEvents.LayoutClickEvent Modifier and Type Method Description static LayoutEvents.LayoutClickEvent
LayoutEvents.LayoutClickEvent. createEvent(ComponentContainer layout, MouseEventDetails mouseDetails, Connector clickedConnector)
Methods in com.vaadin.event with parameters of type LayoutEvents.LayoutClickEvent Modifier and Type Method Description void
LayoutEvents.LayoutClickListener. layoutClick(LayoutEvents.LayoutClickEvent event)
Layout has been clicked
-