public interface WithNullValueOptionallyAllowedMixin<SELF extends HasNullValueOptionallyAllowed<E,V>,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<V>,V> extends HasNullValueOptionallyAllowed<E,V>
HasNullValueOptionallyAllowed.| Modifier and Type | Method and Description |
|---|---|
default SELF |
withNullValueAllowed()
Chains
HasNullValueOptionallyAllowed.setNullValueAllowed(boolean) called with true and returns itself. |
default SELF |
withNullValueAllowed(boolean allowingNullValue)
Chains
HasNullValueOptionallyAllowed.setNullValueAllowed(boolean) and returns itself. |
default SELF |
withoutNullValueAllowed()
Chains
HasNullValueOptionallyAllowed.setNullValueAllowed(boolean) called with false and returns itself. |
isNullValueAllowed, setNullValueAlloweddefault SELF withNullValueAllowed(boolean allowingNullValue)
HasNullValueOptionallyAllowed.setNullValueAllowed(boolean) and returns itself.allowingNullValue - Whether to allow null as a value.HasNullValueOptionallyAllowed.setNullValueAllowed(boolean)default SELF withNullValueAllowed()
HasNullValueOptionallyAllowed.setNullValueAllowed(boolean) called with true and returns itself.HasNullValueOptionallyAllowed.setNullValueAllowed(boolean)default SELF withoutNullValueAllowed()
HasNullValueOptionallyAllowed.setNullValueAllowed(boolean) called with false and returns itself.HasNullValueOptionallyAllowed.setNullValueAllowed(boolean)Copyright © 2024 Miki. All rights reserved.