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(boolean allowingNullValue)
Chains
HasNullValueOptionallyAllowed.setNullValueAllowed(boolean) 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)Copyright © 2023 Miki. All rights reserved.