T - the proxy type used by this type@Id mapping and the component
API or the element API with property synchronization instead.
Polymer template support is deprecated - we recommend you to use
LitTemplate instead. Read more details from the
Vaadin blog.@Deprecated public interface ComplexModelType<T> extends ModelType
| Modifier and Type | Method and Description |
|---|---|
StateNode |
applicationToModel(Object applicationValue,
PropertyFilter filter)
Deprecated.
Creates a model value representation of the provided application value.
|
<C> ComplexModelType<C> |
cast(Class<C> proxyType)
Deprecated.
Checks that this type uses the provided proxy type and returns this type
as a model type with that proxy type.
|
accepts, createInitialValue, getJavaType, getSupportedTypesString, modelToApplication, toJsonStateNode applicationToModel(Object applicationValue, PropertyFilter filter)
ModelTypeFor application values that contain properties (i.e. beans), the provided filter is used to determine which properties from the bean should be included in the model representation.
applicationToModel in interface ModelTypeapplicationValue - the user value to convertfilter - the filter to use to determine which properties to include,
not null<C> ComplexModelType<C> cast(Class<C> proxyType)
C - the proxy typeproxyType - the proxy type to cast toCopyright © 2021. All rights reserved.