| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
Registration |
LayoutEvents.LayoutClickNotifier.addLayoutClickListener(LayoutEvents.LayoutClickListener listener)
Add a click listener to the layout.
|
void |
LayoutEvents.LayoutClickNotifier.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 8.0, replaced by
Registration.remove() in
the registration object returned from
#addLayoutClickListener(LayoutClickListener). |
| Modifier and Type | Method and Description |
|---|---|
Registration |
AbsoluteLayout.addLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
Registration |
CssLayout.addLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
Registration |
AbstractOrderedLayout.addLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
Registration |
GridLayout.addLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
AbsoluteLayout.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
|
void |
CssLayout.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
|
void |
AbstractOrderedLayout.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
|
void |
GridLayout.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.