Uses of Interface
com.vaadin.event.LayoutEvents.LayoutClickListener
-
Packages that use LayoutEvents.LayoutClickListener Package Description com.vaadin.event com.vaadin.ui -
-
Uses of LayoutEvents.LayoutClickListener in com.vaadin.event
Methods in com.vaadin.event with parameters of type LayoutEvents.LayoutClickListener Modifier and Type Method Description voidLayoutEvents.LayoutClickNotifier. addLayoutClickListener(LayoutEvents.LayoutClickListener listener)Add a click listener to the layout.voidLayoutEvents.LayoutClickNotifier. addListener(LayoutEvents.LayoutClickListener listener)Deprecated.As of 7.0, replaced byLayoutEvents.LayoutClickNotifier.addLayoutClickListener(LayoutClickListener)voidLayoutEvents.LayoutClickNotifier. removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)Removes an LayoutClickListener.voidLayoutEvents.LayoutClickNotifier. removeListener(LayoutEvents.LayoutClickListener listener)Deprecated.As of 7.0, replaced byLayoutEvents.LayoutClickNotifier.removeLayoutClickListener(LayoutClickListener) -
Uses of LayoutEvents.LayoutClickListener in com.vaadin.ui
-