| Package | Description |
|---|---|
| com.vaadin.flow.templatemodel |
| Modifier and Type | Field and Description |
|---|---|
static PropertyFilter |
PropertyFilter.ACCEPT_ALL
An unwrapped filter that accepts all property names.
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
ModelType.applicationToModel(Object applicationValue,
PropertyFilter filter)
Creates a model value representation of the provided application value.
|
StateNode |
ListModelType.applicationToModel(Object applicationValue,
PropertyFilter filter) |
Serializable |
ConvertedModelType.applicationToModel(Object applicationValue,
PropertyFilter filter) |
StateNode |
ComplexModelType.applicationToModel(Object applicationValue,
PropertyFilter filter) |
StateNode |
BeanModelType.applicationToModel(Object applicationValue,
PropertyFilter filter) |
Serializable |
BasicModelType.applicationToModel(Object applicationValue,
PropertyFilter filter) |
StateNode |
BasicComplexModelType.applicationToModel(Object applicationValue,
PropertyFilter filter) |
void |
ListModelType.importBeans(ModelList modelList,
List<T> beans,
PropertyFilter propertyFilter)
Imports beans into a model list based on the properties in the item type
of this model type.
|
void |
BeanModelType.importProperties(ElementPropertyMap model,
Object bean,
PropertyFilter propertyFilter)
Imports properties from a bean into a model map based on the properties
in this model type.
|
| Constructor and Description |
|---|
BeanModelType(Class<T> javaType,
PropertyFilter propertyFilter,
boolean allowEmptyProperties)
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)
Creates a new filter by adapting a filter from an outer scope.
|
PropertyFilter(PropertyFilter outerFilter,
String scopeName,
Predicate<String> predicate)
Creates a new filter by combining a predicate with a filter for an outer
scope.
|
Copyright © 2025. All rights reserved.