Uses of Class
com.vaadin.flow.templatemodel.PropertyFilter
-
Packages that use PropertyFilter Package Description com.vaadin.flow.templatemodel -
-
Uses of PropertyFilter in com.vaadin.flow.templatemodel
Fields in com.vaadin.flow.templatemodel declared as PropertyFilter Modifier and Type Field Description static PropertyFilterPropertyFilter. ACCEPT_ALLDeprecated.An unwrapped filter that accepts all property names.Methods in com.vaadin.flow.templatemodel with parameters of type PropertyFilter Modifier and Type Method Description StateNodeBasicComplexModelType. applicationToModel(Object applicationValue, PropertyFilter filter)Deprecated.SerializableBasicModelType. applicationToModel(Object applicationValue, PropertyFilter filter)Deprecated.StateNodeBeanModelType. applicationToModel(Object applicationValue, PropertyFilter filter)Deprecated.StateNodeComplexModelType. applicationToModel(Object applicationValue, PropertyFilter filter)Deprecated.SerializableConvertedModelType. applicationToModel(Object applicationValue, PropertyFilter filter)Deprecated.StateNodeListModelType. applicationToModel(Object applicationValue, PropertyFilter filter)Deprecated.SerializableModelType. applicationToModel(Object applicationValue, PropertyFilter filter)Deprecated.Creates a model value representation of the provided application value.voidListModelType. importBeans(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(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 PropertyFilter Constructor Description BeanModelType(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.
-