public interface HasClientValidation extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
HasClientValidation.ClientValidatedEvent
An event fired by the web component whenever it is validated on the
client-side.
|
Modifier and Type | Method and Description |
---|---|
default Registration |
addClientValidatedEventListener(ComponentEventListener<HasClientValidation.ClientValidatedEvent> listener)
Adds a listener for the
validated event fired by the web
component whenever it is validated on the client-side. |
default Registration addClientValidatedEventListener(ComponentEventListener<HasClientValidation.ClientValidatedEvent> listener)
validated
event fired by the web
component whenever it is validated on the client-side.listener
- the listener, not null.Registration
for removing the event listener.Copyright © 2025. All rights reserved.