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 RegistrationLayoutEvents.LayoutClickNotifier. addLayoutClickListener(LayoutEvents.LayoutClickListener listener)Add a click listener to the layout.voidLayoutEvents.LayoutClickNotifier. removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromLayoutEvents.LayoutClickNotifier.addLayoutClickListener(LayoutClickListener). -
Uses of LayoutEvents.LayoutClickListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type LayoutEvents.LayoutClickListener Modifier and Type Method Description RegistrationAbsoluteLayout. addLayoutClickListener(LayoutEvents.LayoutClickListener listener)RegistrationAbstractOrderedLayout. addLayoutClickListener(LayoutEvents.LayoutClickListener listener)RegistrationCssLayout. addLayoutClickListener(LayoutEvents.LayoutClickListener listener)RegistrationGridLayout. addLayoutClickListener(LayoutEvents.LayoutClickListener listener)voidAbsoluteLayout. removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)Deprecated.voidAbstractOrderedLayout. removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)Deprecated.voidCssLayout. removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)Deprecated.voidGridLayout. removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)Deprecated.
-