public interface HasInvalidInputPrevention
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPreventingInvalidInput()
Checks if this component is actively preventing invalid input.
|
void |
setPreventingInvalidInput(boolean prevent)
Modifies the state of the component when it comes to preventing invalid input.
|
void setPreventingInvalidInput(boolean prevent)
true and the current value is invalid, it will be cleared.prevent - Whether to prevent invalid input.boolean isPreventingInvalidInput()
true when entering invalid input is prevented, false otherwise and by default.Copyright © 2023 Miki. All rights reserved.