T
- the type of the component returned at the
ComponentEvent.getSource()
public interface BlurNotifier<T extends Component> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
BlurNotifier.BlurEvent<C extends Component>
Represents the DOM event "blur".
|
Modifier and Type | Method and Description |
---|---|
default Registration |
addBlurListener(ComponentEventListener<BlurNotifier.BlurEvent<T>> listener)
Add a listener to blur DOM events.
|
default Registration addBlurListener(ComponentEventListener<BlurNotifier.BlurEvent<T>> listener)
listener
- the blur listenerCopyright © 2025. All rights reserved.