public interface LayoutClickNotifier
| Modifier and Type | Interface and Description |
|---|---|
static class |
LayoutClickNotifier.LayoutClickEvent
Event sent when a user clicks mouse inside the layout.
|
| Modifier and Type | Method and Description |
|---|---|
com.haulmont.bali.events.Subscription |
addLayoutClickListener(java.util.function.Consumer<LayoutClickNotifier.LayoutClickEvent> listener)
Adds a listener that is fired when user clicks inside the layout at any place.
|
void |
removeLayoutClickListener(java.util.function.Consumer<LayoutClickNotifier.LayoutClickEvent> listener)
Deprecated.
Use
Subscription instead |
com.haulmont.bali.events.Subscription addLayoutClickListener(java.util.function.Consumer<LayoutClickNotifier.LayoutClickEvent> listener)
listener - a listener to add@Deprecated void removeLayoutClickListener(java.util.function.Consumer<LayoutClickNotifier.LayoutClickEvent> listener)
Subscription insteadlistener - a listener to remove