| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutEvents.LayoutClickNotifier.addLayoutClickListener(LayoutEvents.LayoutClickListener listener)
Add a click listener to the layout.
|
void |
LayoutEvents.LayoutClickNotifier.addListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#addLayoutClickListener(LayoutClickListener) |
void |
LayoutEvents.LayoutClickNotifier.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener)
Removes an LayoutClickListener.
|
void |
LayoutEvents.LayoutClickNotifier.removeListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#removeLayoutClickListener(LayoutClickListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridLayout.addLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
CssLayout.addLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
AbstractOrderedLayout.addLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
AbsoluteLayout.addLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
GridLayout.addListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#addLayoutClickListener(LayoutClickListener) |
void |
CssLayout.addListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#addLayoutClickListener(LayoutClickListener) |
void |
AbstractOrderedLayout.addListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#addLayoutClickListener(LayoutClickListener) |
void |
AbsoluteLayout.addListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#addLayoutClickListener(LayoutClickListener) |
void |
GridLayout.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
CssLayout.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
AbstractOrderedLayout.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
AbsoluteLayout.removeLayoutClickListener(LayoutEvents.LayoutClickListener listener) |
void |
GridLayout.removeListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#removeLayoutClickListener(LayoutClickListener) |
void |
CssLayout.removeListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#removeLayoutClickListener(LayoutClickListener) |
void |
AbstractOrderedLayout.removeListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#removeLayoutClickListener(LayoutClickListener) |
void |
AbsoluteLayout.removeListener(LayoutEvents.LayoutClickListener listener)
Deprecated.
As of 7.0, replaced by
#removeLayoutClickListener(LayoutClickListener) |
Copyright © 2022 Vaadin Ltd. All rights reserved.