Uses of Class
com.vaadin.flow.templatemodel.PropertyFilter
Packages that use PropertyFilter
-
Uses of PropertyFilter in com.vaadin.flow.templatemodel
Fields in com.vaadin.flow.templatemodel declared as PropertyFilterModifier and TypeFieldDescriptionstatic final PropertyFilterPropertyFilter.ACCEPT_ALLDeprecated.An unwrapped filter that accepts all property names.Methods in com.vaadin.flow.templatemodel with parameters of type PropertyFilterModifier and TypeMethodDescriptioncom.vaadin.flow.internal.StateNodeBasicComplexModelType.applicationToModel(Object applicationValue, PropertyFilter filter) Deprecated.BasicModelType.applicationToModel(Object applicationValue, PropertyFilter filter) Deprecated.com.vaadin.flow.internal.StateNodeBeanModelType.applicationToModel(Object applicationValue, PropertyFilter filter) Deprecated.com.vaadin.flow.internal.StateNodeComplexModelType.applicationToModel(Object applicationValue, PropertyFilter filter) Deprecated.ConvertedModelType.applicationToModel(Object applicationValue, PropertyFilter filter) Deprecated.com.vaadin.flow.internal.StateNodeListModelType.applicationToModel(Object applicationValue, PropertyFilter filter) Deprecated.ModelType.applicationToModel(Object applicationValue, PropertyFilter filter) Deprecated.Creates a model value representation of the provided application value.voidListModelType.importBeans(com.vaadin.flow.internal.nodefeature.ModelList modelList, List<T> beans, PropertyFilter propertyFilter) Deprecated.Imports beans into a model list based on the properties in the item type of this model type.voidBeanModelType.importProperties(com.vaadin.flow.internal.nodefeature.ElementPropertyMap model, Object bean, PropertyFilter propertyFilter) Deprecated.Imports properties from a bean into a model map based on the properties in this model type.Constructors in com.vaadin.flow.templatemodel with parameters of type PropertyFilterModifierConstructorDescriptionprotectedBeanModelType(Class<T> javaType, PropertyFilter propertyFilter, boolean allowEmptyProperties) Deprecated.Creates a new bean model type with the bean properties of the provided class that passes the provided property filter.PropertyFilter(PropertyFilter outerFilter, String scopeName) Deprecated.Creates a new filter by adapting a filter from an outer scope.PropertyFilter(PropertyFilter outerFilter, String scopeName, Predicate<String> predicate) Deprecated.Creates a new filter by combining a predicate with a filter for an outer scope.