public interface WithInvalidInputPreventionMixin<SELF extends HasInvalidInputPrevention> extends HasInvalidInputPrevention
HasInvalidInputPrevention.| Modifier and Type | Method and Description |
|---|---|
default SELF |
withoutPreventingInvalidInput()
Chains
HasInvalidInputPrevention.setPreventingInvalidInput(boolean) called with false and returns itself. |
default SELF |
withPreventingInvalidInput()
Chains
HasInvalidInputPrevention.setPreventingInvalidInput(boolean) called with true and returns itself. |
default SELF |
withPreventingInvalidInput(boolean prevent)
Chains
HasInvalidInputPrevention.setPreventingInvalidInput(boolean) and returns itself. |
isPreventingInvalidInput, setPreventingInvalidInputdefault SELF withPreventingInvalidInput(boolean prevent)
HasInvalidInputPrevention.setPreventingInvalidInput(boolean) and returns itself.prevent - Whether to prevent invalid input.HasInvalidInputPrevention.setPreventingInvalidInput(boolean)default SELF withPreventingInvalidInput()
HasInvalidInputPrevention.setPreventingInvalidInput(boolean) called with true and returns itself.HasInvalidInputPrevention.setPreventingInvalidInput(boolean)default SELF withoutPreventingInvalidInput()
HasInvalidInputPrevention.setPreventingInvalidInput(boolean) called with false and returns itself.HasInvalidInputPrevention.setPreventingInvalidInput(boolean)Copyright © 2023 Miki. All rights reserved.