Package | Description |
---|---|
com.vaadin.flow.dom |
Modifier and Type | Method and Description |
---|---|
static DebouncePhase |
DebouncePhase.forIdentifier(String identifier)
Gets the phase that corresponds to the given identifier character.
|
DebouncePhase |
DomEvent.getPhase()
Gets the debounce phase for which this event is fired.
|
static DebouncePhase |
DebouncePhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebouncePhase[] |
DebouncePhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default Set<DebouncePhase> |
DomListenerRegistration.getDebouncePhases()
Gets the debouncing phases for which this listener should be triggered.
|
Modifier and Type | Method and Description |
---|---|
DomListenerRegistration |
DomListenerRegistration.debounce(int timeout,
DebouncePhase firstPhase,
DebouncePhase... rest)
Configures the debouncing phases for which this listener should be
triggered.
|
DomListenerRegistration |
DomListenerRegistration.debounce(int timeout,
DebouncePhase firstPhase,
DebouncePhase... rest)
Configures the debouncing phases for which this listener should be
triggered.
|
Copyright © 2020. All rights reserved.