Package | Description |
---|---|
com.vaadin.flow.function | |
com.vaadin.flow.internal.nodefeature |
Modifier and Type | Method and Description |
---|---|
default SerializablePredicate<T> |
SerializablePredicate.and(Predicate<? super T> other) |
default SerializablePredicate<T> |
SerializablePredicate.negate() |
default SerializablePredicate<T> |
SerializablePredicate.or(Predicate<? super T> other) |
Modifier and Type | Method and Description |
---|---|
void |
ElementPropertyMap.setUpdateFromClientFilter(SerializablePredicate<String> updateFromClientFilter)
Sets a filter that will be used by for determining whether a property
maybe updated from the client.
|
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.